Oct 16 01:24:49.008 INFO testing num-traits-0.2.6 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 01:24:49.009 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 01:24:49.403 INFO blam! f535503f0b770910972469d18e4735999c8ac4fa9ea082e12d3a152d3766f627 Oct 16 01:24:49.415 INFO running `"docker" "start" "-a" "f535503f0b770910972469d18e4735999c8ac4fa9ea082e12d3a152d3766f627"` Oct 16 01:24:50.328 INFO kablam! usermod: no changes Oct 16 01:24:50.358 INFO kablam! Compiling num-traits v0.2.6 (/source) Oct 16 01:24:53.896 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.54s Oct 16 01:24:53.899 INFO kablam! su: No module specific data is present Oct 16 01:24:54.863 INFO running `"docker" "rm" "-f" "f535503f0b770910972469d18e4735999c8ac4fa9ea082e12d3a152d3766f627"` Oct 16 01:24:55.167 INFO blam! f535503f0b770910972469d18e4735999c8ac4fa9ea082e12d3a152d3766f627 Oct 16 01:24:55.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 01:24:55.667 INFO blam! 134858e5eeccbe21fa6052c14dc007b6e268d36ebae3f507a45e576011c5f9ab Oct 16 01:24:55.675 INFO running `"docker" "start" "-a" "134858e5eeccbe21fa6052c14dc007b6e268d36ebae3f507a45e576011c5f9ab"` Oct 16 01:24:56.399 INFO kablam! usermod: no changes Oct 16 01:24:56.451 INFO kablam! Compiling num-traits v0.2.6 (/source) Oct 16 01:24:58.295 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.295 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.295 INFO kablam! | Oct 16 01:24:58.295 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.295 INFO kablam! ... Oct 16 01:24:58.295 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.295 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.295 INFO kablam! | Oct 16 01:24:58.295 INFO kablam! = note: #[warn(unstable_name_collisions)] on by default Oct 16 01:24:58.295 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.295 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.295 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.295 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.295 INFO kablam! Oct 16 01:24:58.295 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.295 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.295 INFO kablam! | Oct 16 01:24:58.295 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.295 INFO kablam! ... Oct 16 01:24:58.295 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.295 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.295 INFO kablam! | Oct 16 01:24:58.295 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.295 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.295 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.295 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.295 INFO kablam! Oct 16 01:24:58.303 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.303 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.303 INFO kablam! ... Oct 16 01:24:58.303 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.303 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.303 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.303 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.303 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.303 INFO kablam! Oct 16 01:24:58.303 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.303 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.303 INFO kablam! ... Oct 16 01:24:58.303 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.303 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.303 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.303 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.303 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.303 INFO kablam! Oct 16 01:24:58.303 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.303 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.303 INFO kablam! ... Oct 16 01:24:58.303 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.303 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.303 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.303 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.303 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.303 INFO kablam! Oct 16 01:24:58.303 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.303 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.303 INFO kablam! ... Oct 16 01:24:58.303 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.303 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.303 INFO kablam! | Oct 16 01:24:58.303 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.303 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.304 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.304 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.304 INFO kablam! Oct 16 01:24:58.307 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.307 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.307 INFO kablam! | Oct 16 01:24:58.307 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.307 INFO kablam! ... Oct 16 01:24:58.307 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.307 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.307 INFO kablam! | Oct 16 01:24:58.307 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.307 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.307 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.307 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.307 INFO kablam! Oct 16 01:24:58.307 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.307 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.307 INFO kablam! | Oct 16 01:24:58.307 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.307 INFO kablam! ... Oct 16 01:24:58.307 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.307 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.307 INFO kablam! | Oct 16 01:24:58.307 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.307 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.307 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.307 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.307 INFO kablam! Oct 16 01:24:58.311 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.311 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.311 INFO kablam! | Oct 16 01:24:58.311 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.311 INFO kablam! ... Oct 16 01:24:58.311 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.311 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.311 INFO kablam! | Oct 16 01:24:58.311 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.311 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.311 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.311 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.311 INFO kablam! Oct 16 01:24:58.321 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.321 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.321 INFO kablam! ... Oct 16 01:24:58.321 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.321 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.321 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.321 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.321 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.321 INFO kablam! Oct 16 01:24:58.321 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.321 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.321 INFO kablam! ... Oct 16 01:24:58.321 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.321 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.321 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.321 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.321 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.321 INFO kablam! Oct 16 01:24:58.321 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.321 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.321 INFO kablam! ... Oct 16 01:24:58.321 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.321 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.321 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.321 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.321 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.321 INFO kablam! Oct 16 01:24:58.321 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.321 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.321 INFO kablam! ... Oct 16 01:24:58.321 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.321 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.321 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.321 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.321 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.321 INFO kablam! Oct 16 01:24:58.321 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.321 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.321 INFO kablam! ... Oct 16 01:24:58.321 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.321 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.321 INFO kablam! | Oct 16 01:24:58.321 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.321 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.321 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.321 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.321 INFO kablam! Oct 16 01:24:58.323 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.323 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.323 INFO kablam! | Oct 16 01:24:58.323 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.323 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.323 INFO kablam! ... Oct 16 01:24:58.323 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.323 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.323 INFO kablam! | Oct 16 01:24:58.323 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.323 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.323 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.323 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.323 INFO kablam! Oct 16 01:24:58.327 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.327 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.327 INFO kablam! | Oct 16 01:24:58.327 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.327 INFO kablam! ... Oct 16 01:24:58.327 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.327 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.327 INFO kablam! | Oct 16 01:24:58.327 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.327 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.327 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.327 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.327 INFO kablam! Oct 16 01:24:58.327 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.327 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.327 INFO kablam! | Oct 16 01:24:58.327 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.327 INFO kablam! ... Oct 16 01:24:58.327 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.327 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.327 INFO kablam! | Oct 16 01:24:58.327 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.327 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.327 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.327 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.327 INFO kablam! Oct 16 01:24:58.331 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.331 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.331 INFO kablam! | Oct 16 01:24:58.331 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.331 INFO kablam! ... Oct 16 01:24:58.331 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.331 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.331 INFO kablam! | Oct 16 01:24:58.331 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.331 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.331 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.331 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.331 INFO kablam! Oct 16 01:24:58.331 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.331 INFO kablam! --> src/bounds.rs:98:28 Oct 16 01:24:58.331 INFO kablam! | Oct 16 01:24:58.331 INFO kablam! 98 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.331 INFO kablam! ... Oct 16 01:24:58.331 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.331 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.331 INFO kablam! | Oct 16 01:24:58.331 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.331 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.331 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.331 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.331 INFO kablam! Oct 16 01:24:58.335 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.335 INFO kablam! --> src/bounds.rs:99:28 Oct 16 01:24:58.335 INFO kablam! | Oct 16 01:24:58.335 INFO kablam! 99 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.335 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.335 INFO kablam! ... Oct 16 01:24:58.335 INFO kablam! 104 | test_wrapping_bounded!(usize u8 u16 u32 u64 isize i8 i16 i32 i64); Oct 16 01:24:58.335 INFO kablam! | ------------------------------------------------------------------ in this macro invocation Oct 16 01:24:58.335 INFO kablam! | Oct 16 01:24:58.335 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.335 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.335 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.335 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.335 INFO kablam! Oct 16 01:24:58.347 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.347 INFO kablam! --> src/bounds.rs:113:28 Oct 16 01:24:58.347 INFO kablam! | Oct 16 01:24:58.347 INFO kablam! 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.347 INFO kablam! ... Oct 16 01:24:58.347 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 16 01:24:58.347 INFO kablam! | ---------------------------------- in this macro invocation Oct 16 01:24:58.347 INFO kablam! | Oct 16 01:24:58.347 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.347 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.347 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.347 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.347 INFO kablam! Oct 16 01:24:58.347 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.347 INFO kablam! --> src/bounds.rs:114:28 Oct 16 01:24:58.347 INFO kablam! | Oct 16 01:24:58.347 INFO kablam! 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.347 INFO kablam! ... Oct 16 01:24:58.347 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 16 01:24:58.347 INFO kablam! | ---------------------------------- in this macro invocation Oct 16 01:24:58.347 INFO kablam! | Oct 16 01:24:58.347 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.347 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.347 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.347 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.347 INFO kablam! Oct 16 01:24:58.351 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.351 INFO kablam! --> src/bounds.rs:113:28 Oct 16 01:24:58.351 INFO kablam! | Oct 16 01:24:58.351 INFO kablam! 113 | assert_eq!(Wrapping::<$t>::min_value().0, <$t>::min_value()); Oct 16 01:24:58.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.351 INFO kablam! ... Oct 16 01:24:58.351 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 16 01:24:58.351 INFO kablam! | ---------------------------------- in this macro invocation Oct 16 01:24:58.351 INFO kablam! | Oct 16 01:24:58.351 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.351 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.351 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::min_value(...)` to keep using the current method Oct 16 01:24:58.351 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::min_value` Oct 16 01:24:58.351 INFO kablam! Oct 16 01:24:58.351 INFO kablam! warning: a method with this name may be added to the standard library in the future Oct 16 01:24:58.351 INFO kablam! --> src/bounds.rs:114:28 Oct 16 01:24:58.351 INFO kablam! | Oct 16 01:24:58.351 INFO kablam! 114 | assert_eq!(Wrapping::<$t>::max_value().0, <$t>::max_value()); Oct 16 01:24:58.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 01:24:58.351 INFO kablam! ... Oct 16 01:24:58.351 INFO kablam! 119 | test_wrapping_bounded!(u128 i128); Oct 16 01:24:58.351 INFO kablam! | ---------------------------------- in this macro invocation Oct 16 01:24:58.351 INFO kablam! | Oct 16 01:24:58.351 INFO kablam! = warning: once this method is added to the standard library, the ambiguity may cause an error or change in behavior! Oct 16 01:24:58.351 INFO kablam! = note: for more information, see issue #48919 Oct 16 01:24:58.351 INFO kablam! = help: call with fully qualified syntax `bounds::Bounded::max_value(...)` to keep using the current method Oct 16 01:24:58.351 INFO kablam! = help: add #![feature(wrapping_int_impl)] to the crate attributes to enable `core::num::wrapping::>::max_value` Oct 16 01:24:58.351 INFO kablam! Oct 16 01:25:09.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.40s Oct 16 01:25:09.823 INFO kablam! su: No module specific data is present Oct 16 01:25:10.399 INFO running `"docker" "rm" "-f" "134858e5eeccbe21fa6052c14dc007b6e268d36ebae3f507a45e576011c5f9ab"` Oct 16 01:25:10.577 INFO blam! 134858e5eeccbe21fa6052c14dc007b6e268d36ebae3f507a45e576011c5f9ab Oct 16 01:25:10.584 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 01:25:10.869 INFO blam! 027ee8ec739022691684373fe791a47c2dccd3993df8098de03101280d1e1cf2 Oct 16 01:25:10.872 INFO running `"docker" "start" "-a" "027ee8ec739022691684373fe791a47c2dccd3993df8098de03101280d1e1cf2"` Oct 16 01:25:11.237 INFO kablam! usermod: no changes Oct 16 01:25:11.262 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 16 01:25:11.263 INFO kablam! Running /target/debug/deps/num_traits-81b785c0cbbc58e9 Oct 16 01:25:11.265 INFO blam! Oct 16 01:25:11.265 INFO blam! running 26 tests Oct 16 01:25:11.265 INFO blam! test check_refref_ops ... ok Oct 16 01:25:11.265 INFO blam! test bounds::wrapping_is_bounded ... ok Oct 16 01:25:11.267 INFO blam! test bounds::wrapping_bounded_i128 ... ok Oct 16 01:25:11.267 INFO blam! test bounds::wrapping_bounded ... ok Oct 16 01:25:11.267 INFO blam! test float::tests::convert_deg_rad_std ... ok Oct 16 01:25:11.267 INFO blam! test float::tests::convert_deg_rad ... ok Oct 16 01:25:11.267 INFO blam! test from_str_radix_unwrap ... ok Oct 16 01:25:11.267 INFO blam! test identities::wrapping_identities ... ok Oct 16 01:25:11.267 INFO blam! test clamp_test ... ok Oct 16 01:25:11.267 INFO blam! test identities::wrapping_is_one ... ok Oct 16 01:25:11.267 INFO blam! test identities::wrapping_is_zero ... ok Oct 16 01:25:11.268 INFO blam! test ops::mul_add::tests::mul_add_float ... ok Oct 16 01:25:11.268 INFO blam! test ops::mul_add::tests::mul_add_integer ... ok Oct 16 01:25:11.268 INFO blam! test ops::wrapping::wrapping_is_wrappingmul ... ok Oct 16 01:25:11.269 INFO blam! test ops::wrapping::test_wrapping_traits ... ok Oct 16 01:25:11.269 INFO blam! test ops::wrapping::wrapping_is_wrappingshl ... ok Oct 16 01:25:11.269 INFO blam! test ops::wrapping::wrapping_is_wrappingsub ... ok Oct 16 01:25:11.269 INFO blam! test sign::unsigned_wrapping_is_unsigned ... ok Oct 16 01:25:11.269 INFO blam! test ops::wrapping::wrapping_is_wrappingshr ... ok Oct 16 01:25:11.269 INFO blam! test ops::wrapping::wrapping_is_wrappingadd ... ok Oct 16 01:25:11.269 INFO blam! test wrapping_from_str_radix ... ok Oct 16 01:25:11.270 INFO blam! test wrapping_is_num ... ok Oct 16 01:25:11.270 INFO blam! test check_num_ops ... ok Oct 16 01:25:11.270 INFO blam! test check_numref_ops ... ok Oct 16 01:25:11.270 INFO blam! test check_refnum_ops ... ok Oct 16 01:25:11.272 INFO blam! test check_numassign_ops ... ok Oct 16 01:25:11.272 INFO kablam! Running /target/debug/deps/cast-3288b366f077c53e Oct 16 01:25:11.272 INFO blam! Oct 16 01:25:11.272 INFO blam! test result: ok. 26 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:25:11.272 INFO blam! Oct 16 01:25:11.272 INFO blam! Oct 16 01:25:11.272 INFO blam! running 16 tests Oct 16 01:25:11.277 INFO blam! test cast_int_to_128_edge_cases ... ok Oct 16 01:25:11.277 INFO blam! test cast_to_unsigned_int_checks_overflow ... ok Oct 16 01:25:11.277 INFO blam! test as_primitive ... ok Oct 16 01:25:11.277 INFO blam! test cast_float_to_i128_edge_cases ... ok Oct 16 01:25:11.277 INFO blam! test cast_int_to_int_edge_cases ... ok Oct 16 01:25:11.277 INFO blam! test cast_float_to_int_edge_cases ... ok Oct 16 01:25:11.277 INFO blam! test cast_to_int_checks_overflow ... ok Oct 16 01:25:11.277 INFO blam! test cast_to_i128_checks_overflow ... ok Oct 16 01:25:11.277 INFO blam! test wrapping_is_numcast ... ok Oct 16 01:25:11.277 INFO blam! test newtype_from_primitive ... ok Oct 16 01:25:11.277 INFO blam! test wrapping_is_toprimitive ... ok Oct 16 01:25:11.278 INFO blam! test wrapping_is_fromprimitive ... ok Oct 16 01:25:11.278 INFO blam! test to_primitive_float ... ok Oct 16 01:25:11.278 INFO blam! test float_to_integer_checks_overflow ... ok Oct 16 01:25:11.279 INFO blam! test newtype_to_primitive ... ok Oct 16 01:25:11.280 INFO blam! test wrapping_to_primitive ... ok Oct 16 01:25:11.280 INFO kablam! Doc-tests num-traits Oct 16 01:25:11.280 INFO blam! Oct 16 01:25:11.280 INFO blam! test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 01:25:11.280 INFO blam! Oct 16 01:25:12.331 INFO blam! Oct 16 01:25:12.331 INFO blam! running 165 tests Oct 16 01:25:12.331 INFO blam! test src/cast.rs - cast::AsPrimitive (line 705) ... ignored Oct 16 01:25:12.331 INFO blam! test src/cast.rs - cast::AsPrimitive (line 713) ... ignored Oct 16 01:25:18.075 INFO blam! test src/float.rs - float::Float::abs_sub (line 1473) ... ok Oct 16 01:25:18.663 INFO blam! test src/float.rs - float::Float::acos (line 1579) ... ok Oct 16 01:25:19.427 INFO blam! test src/float.rs - float::Float::abs (line 1169) ... ok Oct 16 01:25:20.023 INFO blam! test src/cast.rs - cast::cast (line 628) ... ok Oct 16 01:25:20.539 INFO blam! test src/float.rs - float::Float::asin (line 1562) ... ok Oct 16 01:25:20.739 INFO blam! test src/cast.rs - cast::AsPrimitive (line 691) ... ok Oct 16 01:25:20.891 INFO blam! test src/float.rs - float::Float::asinh (line 1741) ... ok Oct 16 01:25:21.097 INFO blam! test src/float.rs - float::Float::acosh (line 1755) ... ok Oct 16 01:25:26.386 INFO blam! test src/float.rs - float::Float::atan (line 1595) ... ok Oct 16 01:25:27.075 INFO blam! test src/float.rs - float::Float::atan2 (line 1614) ... ok Oct 16 01:25:27.815 INFO blam! test src/float.rs - float::Float::atanh (line 1769) ... ok Oct 16 01:25:27.971 INFO blam! test src/float.rs - float::Float::ceil (line 1113) ... ok Oct 16 01:25:28.267 INFO blam! test src/float.rs - float::Float::cbrt (line 1489) ... ok Oct 16 01:25:28.392 INFO blam! test src/float.rs - float::Float::classify (line 1085) ... ok Oct 16 01:25:28.439 INFO blam! test src/float.rs - float::Float::cos (line 1533) ... ok Oct 16 01:25:28.641 INFO blam! test src/float.rs - float::Float::cosh (line 1705) ... ok Oct 16 01:25:30.489 INFO blam! test src/float.rs - float::Float::epsilon (line 976) ... ok Oct 16 01:25:31.839 INFO blam! test src/float.rs - float::Float::exp2 (line 1333) ... ok Oct 16 01:25:32.015 INFO blam! test src/float.rs - float::Float::exp_m1 (line 1657) ... ok Oct 16 01:25:32.471 INFO blam! test src/float.rs - float::Float::exp (line 1317) ... ok Oct 16 01:25:33.015 INFO blam! test src/float.rs - float::Float::infinity (line 911) ... ok Oct 16 01:25:33.567 INFO blam! test src/float.rs - float::Float::fract (line 1153) ... ok Oct 16 01:25:33.975 INFO blam! test src/float.rs - float::Float::floor (line 1100) ... ok Oct 16 01:25:34.397 INFO blam! test src/float.rs - float::Float::hypot (line 1504) ... ok Oct 16 01:25:35.109 INFO blam! test src/float.rs - float::Float::integer_decode (line 1785) ... ok Oct 16 01:25:36.551 INFO blam! test src/float.rs - float::Float::is_nan (line 1006) ... ok Oct 16 01:25:38.567 INFO blam! test src/float.rs - float::Float::is_finite (line 1040) ... ok Oct 16 01:25:38.701 INFO blam! test src/float.rs - float::Float::is_infinite (line 1021) ... ok Oct 16 01:25:39.168 INFO blam! test src/float.rs - float::Float::is_sign_positive (line 1208) ... ok Oct 16 01:25:39.469 INFO blam! test src/float.rs - float::Float::is_normal (line 1060) ... ok Oct 16 01:25:39.939 INFO blam! test src/float.rs - float::Float::ln (line 1347) ... ok Oct 16 01:25:40.548 INFO blam! test src/float.rs - float::Float::is_sign_negative (line 1226) ... ok Oct 16 01:25:40.851 INFO blam! test src/float.rs - float::Float::ln_1p (line 1672) ... ok Oct 16 01:25:42.271 INFO blam! test src/float.rs - float::Float::log (line 1363) ... ok Oct 16 01:25:43.961 INFO blam! test src/float.rs - float::Float::max (line 1446) ... ok Oct 16 01:25:44.099 INFO blam! test src/float.rs - float::Float::log2 (line 1382) ... ok Oct 16 01:25:45.235 INFO blam! test src/float.rs - float::Float::log10 (line 1396) ... ok Oct 16 01:25:45.827 INFO blam! test src/float.rs - float::Float::min (line 1458) ... ok Oct 16 01:25:45.915 INFO blam! test src/float.rs - float::Float::max_value (line 995) ... ok Oct 16 01:25:47.147 INFO blam! test src/float.rs - float::Float::min_positive_value (line 964) ... ok Oct 16 01:25:47.196 INFO blam! test src/float.rs - float::Float::min_value (line 952) ... ok Oct 16 01:25:47.727 INFO blam! test src/float.rs - float::Float::mul_add (line 1247) ... ok Oct 16 01:25:49.733 INFO blam! test src/float.rs - float::Float::neg_infinity (line 924) ... ok Oct 16 01:25:53.135 INFO blam! test src/float.rs - float::Float::nan (line 901) ... ok Oct 16 01:25:54.111 INFO blam! test src/float.rs - float::Float::recip (line 1262) ... ok Oct 16 01:25:54.243 INFO blam! test src/float.rs - float::Float::powi (line 1276) ... ok Oct 16 01:25:54.375 INFO blam! test src/float.rs - float::Float::round (line 1127) ... ok Oct 16 01:25:54.491 INFO blam! test src/float.rs - float::Float::powf (line 1288) ... ok Oct 16 01:25:54.518 INFO blam! test src/float.rs - float::Float::neg_zero (line 937) ... ok Oct 16 01:25:55.540 INFO blam! test src/float.rs - float::Float::signum (line 1192) ... ok Oct 16 01:25:55.633 INFO blam! test src/float.rs - float::Float::sin (line 1519) ... ok Oct 16 01:25:59.567 INFO blam! test src/float.rs - float::Float::sinh (line 1687) ... ok Oct 16 01:25:59.847 INFO blam! test src/float.rs - float::Float::sin_cos (line 1639) ... ok Oct 16 01:26:00.203 INFO blam! test src/float.rs - float::Float::sqrt (line 1302) ... ok Oct 16 01:26:00.471 INFO blam! test src/float.rs - float::Float::tan (line 1547) ... ok Oct 16 01:26:01.351 INFO blam! test src/float.rs - float::Float::to_radians (line 1428) ... ok Oct 16 01:26:01.485 INFO blam! test src/float.rs - float::Float::to_degrees (line 1410) ... ok Oct 16 01:26:02.259 INFO blam! test src/float.rs - float::Float::tanh (line 1723) ... ok Oct 16 01:26:02.920 INFO blam! test src/float.rs - float::Float::trunc (line 1140) ... ok Oct 16 01:26:06.159 INFO blam! test src/float.rs - float::FloatCore::floor (line 272) ... ok Oct 16 01:26:07.343 INFO blam! test src/float.rs - float::FloatCore::abs (line 447) ... ok Oct 16 01:26:08.155 INFO blam! test src/float.rs - float::FloatCore::classify (line 250) ... ok Oct 16 01:26:08.251 INFO blam! test src/float.rs - float::FloatCore::ceil (line 306) ... ok Oct 16 01:26:08.251 INFO blam! test src/float.rs - float::FloatCore::epsilon (line 122) ... ok Oct 16 01:26:09.655 INFO blam! test src/float.rs - float::FloatCore::infinity (line 18) ... ok Oct 16 01:26:09.791 INFO blam! test src/float.rs - float::FloatCore::fract (line 415) ... ok Oct 16 01:26:10.124 INFO blam! test src/float.rs - float::FloatCore::integer_decode (line 727) ... ok Oct 16 01:26:12.219 INFO blam! test src/float.rs - float::FloatCore::is_finite (line 202) ... ok Oct 16 01:26:12.259 INFO blam! test src/float.rs - float::FloatCore::max_value (line 139) ... ok Oct 16 01:26:12.579 INFO blam! test src/float.rs - float::FloatCore::max (line 602) ... ok Oct 16 01:26:12.811 INFO blam! test src/float.rs - float::FloatCore::is_nan (line 156) ... ok Oct 16 01:26:13.231 INFO blam! test src/float.rs - float::FloatCore::is_sign_negative (line 540) ... ok Oct 16 01:26:13.760 INFO blam! test src/float.rs - float::FloatCore::is_infinite (line 178) ... ok Oct 16 01:26:13.923 INFO blam! test src/float.rs - float::FloatCore::is_normal (line 225) ... ok Oct 16 01:26:15.855 INFO blam! test src/float.rs - float::FloatCore::is_sign_positive (line 513) ... ok Oct 16 01:26:17.159 INFO blam! test src/float.rs - float::FloatCore::neg_infinity (line 35) ... ok Oct 16 01:26:17.979 INFO blam! test src/float.rs - float::FloatCore::min_positive_value (line 105) ... ok Oct 16 01:26:18.747 INFO blam! test src/float.rs - float::FloatCore::min (line 568) ... ok Oct 16 01:26:19.299 INFO blam! test src/float.rs - float::FloatCore::neg_zero (line 69) ... ok Oct 16 01:26:19.659 INFO blam! test src/float.rs - float::FloatCore::nan (line 52) ... ok Oct 16 01:26:21.186 INFO blam! test src/float.rs - float::FloatCore::min_value (line 88) ... ok Oct 16 01:26:21.503 INFO blam! test src/float.rs - float::FloatCore::powi (line 659) ... ok Oct 16 01:26:22.875 INFO blam! test src/float.rs - float::FloatCore::signum (line 481) ... ok Oct 16 01:26:23.771 INFO blam! test src/float.rs - float::FloatCore::recip (line 634) ... ok Oct 16 01:26:24.155 INFO blam! test src/float.rs - float::FloatCore::to_degrees (line 688) ... ok Oct 16 01:26:25.963 INFO blam! test src/float.rs - float::FloatCore::trunc (line 383) ... ok Oct 16 01:26:25.963 INFO blam! test src/float.rs - float::FloatCore::round (line 340) ... ok Oct 16 01:26:26.147 INFO blam! test src/float.rs - float::FloatCore::to_radians (line 707) ... ok Oct 16 01:26:28.735 INFO blam! test src/int.rs - int::PrimInt::count_ones (line 33) ... ok Oct 16 01:26:29.355 INFO blam! test src/int.rs - int::PrimInt::count_zeros (line 46) ... ok Oct 16 01:26:31.543 INFO blam! test src/int.rs - int::PrimInt::leading_zeros (line 60) ... ok Oct 16 01:26:31.887 INFO blam! test src/int.rs - int::PrimInt::from_be (line 201) ... ok Oct 16 01:26:33.119 INFO blam! test src/int.rs - int::PrimInt::rotate_right (line 103) ... ok Oct 16 01:26:33.136 INFO blam! test src/int.rs - int::PrimInt::from_le (line 220) ... ok Oct 16 01:26:33.567 INFO blam! test src/int.rs - int::PrimInt::pow (line 275) ... ok Oct 16 01:26:34.149 INFO blam! test src/int.rs - int::PrimInt::rotate_left (line 88) ... ok Oct 16 01:26:35.491 INFO blam! test src/int.rs - int::PrimInt::signed_shr (line 137) ... ok Oct 16 01:26:36.347 INFO blam! test src/int.rs - int::PrimInt::signed_shl (line 120) ... ok Oct 16 01:26:38.923 INFO blam! test src/int.rs - int::PrimInt::to_le (line 258) ... ok Oct 16 01:26:39.099 INFO blam! test src/int.rs - int::PrimInt::to_be (line 239) ... ok Oct 16 01:26:39.327 INFO blam! test src/int.rs - int::PrimInt::swap_bytes (line 185) ... ok Oct 16 01:26:39.955 INFO blam! test src/int.rs - int::PrimInt::trailing_zeros (line 74) ... ok Oct 16 01:26:41.499 INFO blam! test src/int.rs - int::PrimInt::unsigned_shr (line 171) ... ok Oct 16 01:26:41.899 INFO blam! test src/int.rs - int::PrimInt::unsigned_shl (line 154) ... ok Oct 16 01:26:44.356 INFO blam! test src/lib.rs - Num::from_str_radix (line 69) ... ok Oct 16 01:26:44.507 INFO blam! test src/ops/checked.rs - ops::checked::CheckedNeg::checked_neg (line 168) ... ok Oct 16 01:26:46.499 INFO blam! test src/ops/checked.rs - ops::checked::CheckedShl::checked_shl (line 203) ... ok Oct 16 01:26:47.665 INFO blam! test src/ops/checked.rs - ops::checked::CheckedShr::checked_shr (line 248) ... ok Oct 16 01:26:48.467 INFO blam! test src/ops/checked.rs - ops::checked::CheckedRem::checked_rem (line 117) ... ok Oct 16 01:26:48.748 INFO blam! test src/ops/inv.rs - ops::inv::Inv::inv (line 10) ... ok Oct 16 01:26:49.967 INFO blam! test src/ops/mul_add.rs - ops::mul_add::MulAdd (line 11) ... ok Oct 16 01:26:50.039 INFO blam! test src/ops/wrapping.rs - ops::wrapping::WrappingShl::wrapping_shl (line 109) ... ok Oct 16 01:26:52.667 INFO blam! test src/pow.rs - pow::Pow::pow (line 14) ... ok Oct 16 01:26:52.679 INFO blam! test src/ops/wrapping.rs - ops::wrapping::WrappingShr::wrapping_shr (line 144) ... ok Oct 16 01:26:53.339 INFO blam! test src/pow.rs - pow::pow (line 180) ... ok Oct 16 01:26:53.820 INFO blam! test src/pow.rs - pow::checked_pow (line 220) ... ok Oct 16 01:26:54.531 INFO blam! test src/real.rs - real::Real::abs (line 139) ... ok Oct 16 01:26:54.891 INFO blam! test src/real.rs - real::Real::abs_sub (line 455) ... ok Oct 16 01:26:55.383 INFO blam! test src/real.rs - real::Real::acos (line 571) ... ok Oct 16 01:26:55.843 INFO blam! test src/real.rs - real::Real::acosh (line 752) ... ok Oct 16 01:26:57.599 INFO blam! test src/real.rs - real::Real::asin (line 549) ... ok Oct 16 01:26:59.191 INFO blam! test src/real.rs - real::Real::asinh (line 738) ... ok Oct 16 01:26:59.575 INFO blam! test src/real.rs - real::Real::atan (line 587) ... ok Oct 16 01:27:00.064 INFO blam! test src/real.rs - real::Real::atan2 (line 606) ... ok Oct 16 01:27:02.130 INFO blam! test src/real.rs - real::Real::atanh (line 766) ... ok Oct 16 01:27:02.248 INFO blam! test src/real.rs - real::Real::cbrt (line 471) ... ok Oct 16 01:27:03.059 INFO blam! test src/real.rs - real::Real::ceil (line 83) ... ok Oct 16 01:27:04.187 INFO blam! test src/real.rs - real::Real::cos (line 515) ... ok Oct 16 01:27:06.591 INFO blam! test src/real.rs - real::Real::cosh (line 702) ... ok Oct 16 01:27:06.863 INFO blam! test src/real.rs - real::Real::epsilon (line 42) ... ok Oct 16 01:27:07.155 INFO blam! test src/real.rs - real::Real::exp (line 292) ... ok Oct 16 01:27:08.807 INFO blam! test src/real.rs - real::Real::exp2 (line 308) ... ok Oct 16 01:27:09.723 INFO blam! test src/real.rs - real::Real::floor (line 70) ... ok Oct 16 01:27:10.139 INFO blam! test src/real.rs - real::Real::exp_m1 (line 649) ... ok Oct 16 01:27:10.721 INFO blam! test src/real.rs - real::Real::fract (line 123) ... ok Oct 16 01:27:11.207 INFO blam! test src/real.rs - real::Real::hypot (line 486) ... ok Oct 16 01:27:12.482 INFO blam! test src/real.rs - real::Real::is_sign_negative (line 196) ... ok Oct 16 01:27:12.589 INFO blam! test src/real.rs - real::Real::is_sign_positive (line 178) ... ok Oct 16 01:27:12.819 INFO blam! test src/real.rs - real::Real::ln (line 326) ... ok Oct 16 01:27:15.283 INFO blam! test src/real.rs - real::Real::ln_1p (line 669) ... ok Oct 16 01:27:16.255 INFO blam! test src/real.rs - real::Real::log (line 346) ... ok Oct 16 01:27:19.600 INFO blam! test src/real.rs - real::Real::log10 (line 388) ... ok Oct 16 01:27:20.559 INFO blam! test src/real.rs - real::Real::log2 (line 369) ... ok Oct 16 01:27:20.560 INFO blam! test src/real.rs - real::Real::max (line 428) ... ok Oct 16 01:27:21.527 INFO blam! test src/real.rs - real::Real::min (line 440) ... ok Oct 16 01:27:21.623 INFO blam! test src/real.rs - real::Real::max_value (line 59) ... ok Oct 16 01:27:21.839 INFO blam! test src/real.rs - real::Real::min_positive_value (line 30) ... ok Oct 16 01:27:22.263 INFO blam! test src/real.rs - real::Real::min_value (line 18) ... ok Oct 16 01:27:25.175 INFO blam! test src/real.rs - real::Real::mul_add (line 217) ... ok Oct 16 01:27:26.807 INFO blam! test src/real.rs - real::Real::recip (line 233) ... ok Oct 16 01:27:29.588 INFO blam! test src/real.rs - real::Real::powf (line 259) ... ok Oct 16 01:27:29.927 INFO blam! test src/real.rs - real::Real::powi (line 247) ... ok Oct 16 01:27:30.507 INFO blam! test src/real.rs - real::Real::round (line 97) ... ok Oct 16 01:27:30.667 INFO blam! test src/real.rs - real::Real::sin (line 501) ... ok Oct 16 01:27:30.715 INFO blam! test src/real.rs - real::Real::signum (line 162) ... ok Oct 16 01:27:31.463 INFO blam! test src/real.rs - real::Real::sin_cos (line 631) ... ok Oct 16 01:27:33.495 INFO blam! test src/real.rs - real::Real::sinh (line 684) ... ok Oct 16 01:27:34.523 INFO blam! test src/real.rs - real::Real::sqrt (line 277) ... ok Oct 16 01:27:36.113 INFO blam! test src/real.rs - real::Real::tanh (line 720) ... ok Oct 16 01:27:36.147 INFO blam! test src/real.rs - real::Real::to_degrees (line 402) ... ok Oct 16 01:27:36.431 INFO blam! test src/real.rs - real::Real::to_radians (line 415) ... ok Oct 16 01:27:36.479 INFO blam! test src/real.rs - real::Real::tan (line 529) ... ok Oct 16 01:27:36.595 INFO blam! test src/real.rs - real::Real::trunc (line 110) ... ok Oct 16 01:27:36.595 INFO blam! Oct 16 01:27:36.595 INFO blam! test result: ok. 163 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out Oct 16 01:27:36.595 INFO blam! Oct 16 01:27:36.634 INFO kablam! su: No module specific data is present Oct 16 01:27:37.245 INFO running `"docker" "rm" "-f" "027ee8ec739022691684373fe791a47c2dccd3993df8098de03101280d1e1cf2"` Oct 16 01:27:37.543 INFO blam! 027ee8ec739022691684373fe791a47c2dccd3993df8098de03101280d1e1cf2