Sep 18 00:57:20.057 INFO checking extprim-1.5.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:57:20.057 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:57:20.057 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:57:20.196 INFO blam! a2831797f7fd521c6b666b476c963668b6abb2972f6b1a842d67e8b1024c64e9 Sep 18 00:57:20.198 INFO running `"docker" "start" "-a" "a2831797f7fd521c6b666b476c963668b6abb2972f6b1a842d67e8b1024c64e9"` Sep 18 00:57:20.823 INFO kablam! usermod: no changes Sep 18 00:57:20.912 INFO kablam! Compiling extprim v1.5.1 (/source) Sep 18 00:57:20.913 INFO kablam! Compiling extprim v1.6.0 Sep 18 00:57:24.451 INFO kablam! Compiling extprim_literals_macros v2.0.3 Sep 18 00:57:24.806 INFO kablam! error[E0308]: mismatched types Sep 18 00:57:24.806 INFO kablam! --> src/traits.rs:244:9 Sep 18 00:57:24.806 INFO kablam! | Sep 18 00:57:24.806 INFO kablam! 243 | fn from(n: T) -> Option { Sep 18 00:57:24.806 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 18 00:57:24.806 INFO kablam! 244 | n.to_u128() Sep 18 00:57:24.807 INFO kablam! | ^^^^^^^^^^^ expected struct `u128::u128`, found u128 Sep 18 00:57:24.807 INFO kablam! | Sep 18 00:57:24.807 INFO kablam! = note: expected type `std::option::Option` Sep 18 00:57:24.807 INFO kablam! found type `std::option::Option` Sep 18 00:57:24.807 INFO kablam! Sep 18 00:57:25.075 INFO kablam! error[E0308]: mismatched types Sep 18 00:57:25.075 INFO kablam! --> src/traits.rs:256:9 Sep 18 00:57:25.076 INFO kablam! | Sep 18 00:57:25.076 INFO kablam! 255 | fn from(n: T) -> Option { Sep 18 00:57:25.076 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 18 00:57:25.077 INFO kablam! 256 | n.to_i128() Sep 18 00:57:25.077 INFO kablam! | ^^^^^^^^^^^ expected struct `i128::i128`, found i128 Sep 18 00:57:25.083 INFO kablam! | Sep 18 00:57:25.083 INFO kablam! = note: expected type `std::option::Option` Sep 18 00:57:25.084 INFO kablam! found type `std::option::Option` Sep 18 00:57:25.084 INFO kablam! Sep 18 00:57:25.208 INFO kablam! error[E0034]: multiple applicable items in scope Sep 18 00:57:25.208 INFO kablam! --> src/u128.rs:1533:11 Sep 18 00:57:25.208 INFO kablam! | Sep 18 00:57:25.209 INFO kablam! 1533 | n.to_u128() Sep 18 00:57:25.209 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 18 00:57:25.209 INFO kablam! | Sep 18 00:57:25.210 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 18 00:57:25.210 INFO kablam! --> src/traits.rs:40:5 Sep 18 00:57:25.211 INFO kablam! | Sep 18 00:57:25.211 INFO kablam! 40 | fn to_u128(&self) -> Option { Sep 18 00:57:25.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:57:25.212 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 18 00:57:25.212 INFO kablam! Sep 18 00:57:25.213 INFO kablam! error[E0034]: multiple applicable items in scope Sep 18 00:57:25.213 INFO kablam! --> src/u128.rs:1537:11 Sep 18 00:57:25.213 INFO kablam! | Sep 18 00:57:25.214 INFO kablam! 1537 | n.to_u128() Sep 18 00:57:25.214 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 18 00:57:25.215 INFO kablam! | Sep 18 00:57:25.215 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 18 00:57:25.215 INFO kablam! --> src/traits.rs:50:5 Sep 18 00:57:25.216 INFO kablam! | Sep 18 00:57:25.216 INFO kablam! 50 | fn to_u128(&self) -> Option { Sep 18 00:57:25.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:57:25.217 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 18 00:57:25.217 INFO kablam! Sep 18 00:57:25.218 INFO kablam! error[E0034]: multiple applicable items in scope Sep 18 00:57:25.218 INFO kablam! --> src/u128.rs:1541:11 Sep 18 00:57:25.219 INFO kablam! | Sep 18 00:57:25.219 INFO kablam! 1541 | n.to_u128() Sep 18 00:57:25.220 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 18 00:57:25.220 INFO kablam! | Sep 18 00:57:25.220 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 18 00:57:25.221 INFO kablam! --> src/traits.rs:69:13 Sep 18 00:57:25.221 INFO kablam! | Sep 18 00:57:25.221 INFO kablam! 69 | fn to_u128(&self) -> Option { Sep 18 00:57:25.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:57:25.222 INFO kablam! ... Sep 18 00:57:25.222 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 18 00:57:25.223 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 18 00:57:25.223 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 18 00:57:25.223 INFO kablam! Sep 18 00:57:25.328 INFO kablam! error[E0034]: multiple applicable items in scope Sep 18 00:57:25.328 INFO kablam! --> src/i128.rs:1288:11 Sep 18 00:57:25.328 INFO kablam! | Sep 18 00:57:25.328 INFO kablam! 1288 | n.to_i128() Sep 18 00:57:25.328 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 18 00:57:25.343 INFO kablam! | Sep 18 00:57:25.343 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 18 00:57:25.343 INFO kablam! --> src/traits.rs:44:5 Sep 18 00:57:25.343 INFO kablam! | Sep 18 00:57:25.343 INFO kablam! 44 | fn to_i128(&self) -> Option { Sep 18 00:57:25.343 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:57:25.344 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 18 00:57:25.344 INFO kablam! Sep 18 00:57:25.344 INFO kablam! error[E0034]: multiple applicable items in scope Sep 18 00:57:25.344 INFO kablam! --> src/i128.rs:1292:11 Sep 18 00:57:25.344 INFO kablam! | Sep 18 00:57:25.344 INFO kablam! 1292 | n.to_i128() Sep 18 00:57:25.344 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 18 00:57:25.345 INFO kablam! | Sep 18 00:57:25.345 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 18 00:57:25.345 INFO kablam! --> src/traits.rs:58:5 Sep 18 00:57:25.345 INFO kablam! | Sep 18 00:57:25.345 INFO kablam! 58 | fn to_i128(&self) -> Option { Sep 18 00:57:25.345 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:57:25.345 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 18 00:57:25.346 INFO kablam! Sep 18 00:57:25.346 INFO kablam! error[E0034]: multiple applicable items in scope Sep 18 00:57:25.346 INFO kablam! --> src/i128.rs:1296:11 Sep 18 00:57:25.346 INFO kablam! | Sep 18 00:57:25.346 INFO kablam! 1296 | n.to_i128() Sep 18 00:57:25.346 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 18 00:57:25.346 INFO kablam! | Sep 18 00:57:25.347 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 18 00:57:25.347 INFO kablam! --> src/traits.rs:79:13 Sep 18 00:57:25.347 INFO kablam! | Sep 18 00:57:25.347 INFO kablam! 79 | fn to_i128(&self) -> Option { Sep 18 00:57:25.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 18 00:57:25.347 INFO kablam! ... Sep 18 00:57:25.347 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 18 00:57:25.347 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 18 00:57:25.347 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 18 00:57:25.351 INFO kablam! Sep 18 00:57:25.392 INFO kablam! error: aborting due to 8 previous errors Sep 18 00:57:25.407 INFO kablam! Sep 18 00:57:25.407 INFO kablam! Some errors occurred: E0034, E0308. Sep 18 00:57:25.408 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 18 00:57:25.417 INFO kablam! error: Could not compile `extprim`. Sep 18 00:57:25.417 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:57:27.695 INFO kablam! error: build failed Sep 18 00:57:27.696 INFO kablam! su: No module specific data is present Sep 18 00:57:28.373 INFO running `"docker" "rm" "-f" "a2831797f7fd521c6b666b476c963668b6abb2972f6b1a842d67e8b1024c64e9"` Sep 18 00:57:28.505 INFO blam! a2831797f7fd521c6b666b476c963668b6abb2972f6b1a842d67e8b1024c64e9