Sep 04 18:12:12.359 INFO checking extprim-1.5.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 18:12:12.359 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 18:12:12.359 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 18:12:12.562 INFO blam! ac212f19d68abb536a87abd749dc0aedec30a79bc91d9022129be14d0682a2bd Sep 04 18:12:12.564 INFO running `"docker" "start" "-a" "ac212f19d68abb536a87abd749dc0aedec30a79bc91d9022129be14d0682a2bd"` Sep 04 18:12:13.449 INFO kablam! Compiling extprim v1.5.1 (file:///source) Sep 04 18:12:13.450 INFO kablam! Compiling extprim v1.6.0 Sep 04 18:12:17.857 INFO kablam! error[E0308]: mismatched types Sep 04 18:12:17.857 INFO kablam! --> src/traits.rs:244:9 Sep 04 18:12:17.857 INFO kablam! | Sep 04 18:12:17.857 INFO kablam! 243 | fn from(n: T) -> Option { Sep 04 18:12:17.857 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 04 18:12:17.857 INFO kablam! 244 | n.to_u128() Sep 04 18:12:17.857 INFO kablam! | ^^^^^^^^^^^ expected struct `u128::u128`, found u128 Sep 04 18:12:17.858 INFO kablam! | Sep 04 18:12:17.859 INFO kablam! = note: expected type `std::option::Option` Sep 04 18:12:17.859 INFO kablam! found type `std::option::Option` Sep 04 18:12:17.859 INFO kablam! Sep 04 18:12:18.010 INFO kablam! Compiling extprim_literals_macros v2.0.3 Sep 04 18:12:18.043 INFO kablam! error[E0308]: mismatched types Sep 04 18:12:18.043 INFO kablam! --> src/traits.rs:256:9 Sep 04 18:12:18.043 INFO kablam! | Sep 04 18:12:18.043 INFO kablam! 255 | fn from(n: T) -> Option { Sep 04 18:12:18.043 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 04 18:12:18.043 INFO kablam! 256 | n.to_i128() Sep 04 18:12:18.043 INFO kablam! | ^^^^^^^^^^^ expected struct `i128::i128`, found i128 Sep 04 18:12:18.043 INFO kablam! | Sep 04 18:12:18.043 INFO kablam! = note: expected type `std::option::Option` Sep 04 18:12:18.043 INFO kablam! found type `std::option::Option` Sep 04 18:12:18.043 INFO kablam! Sep 04 18:12:18.117 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 18:12:18.117 INFO kablam! --> src/u128.rs:1533:11 Sep 04 18:12:18.117 INFO kablam! | Sep 04 18:12:18.117 INFO kablam! 1533 | n.to_u128() Sep 04 18:12:18.117 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 04 18:12:18.117 INFO kablam! | Sep 04 18:12:18.117 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 04 18:12:18.117 INFO kablam! --> src/traits.rs:40:5 Sep 04 18:12:18.117 INFO kablam! | Sep 04 18:12:18.117 INFO kablam! 40 | fn to_u128(&self) -> Option { Sep 04 18:12:18.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:12:18.117 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 04 18:12:18.117 INFO kablam! Sep 04 18:12:18.117 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 18:12:18.117 INFO kablam! --> src/u128.rs:1537:11 Sep 04 18:12:18.117 INFO kablam! | Sep 04 18:12:18.117 INFO kablam! 1537 | n.to_u128() Sep 04 18:12:18.117 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 04 18:12:18.117 INFO kablam! | Sep 04 18:12:18.117 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 04 18:12:18.117 INFO kablam! --> src/traits.rs:50:5 Sep 04 18:12:18.117 INFO kablam! | Sep 04 18:12:18.117 INFO kablam! 50 | fn to_u128(&self) -> Option { Sep 04 18:12:18.117 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:12:18.117 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 04 18:12:18.117 INFO kablam! Sep 04 18:12:18.118 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 18:12:18.118 INFO kablam! --> src/u128.rs:1541:11 Sep 04 18:12:18.118 INFO kablam! | Sep 04 18:12:18.118 INFO kablam! 1541 | n.to_u128() Sep 04 18:12:18.118 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 04 18:12:18.118 INFO kablam! | Sep 04 18:12:18.118 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 04 18:12:18.118 INFO kablam! --> src/traits.rs:69:13 Sep 04 18:12:18.118 INFO kablam! | Sep 04 18:12:18.118 INFO kablam! 69 | fn to_u128(&self) -> Option { Sep 04 18:12:18.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:12:18.118 INFO kablam! ... Sep 04 18:12:18.118 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 04 18:12:18.118 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 04 18:12:18.118 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 04 18:12:18.118 INFO kablam! Sep 04 18:12:18.199 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 18:12:18.199 INFO kablam! --> src/i128.rs:1288:11 Sep 04 18:12:18.199 INFO kablam! | Sep 04 18:12:18.199 INFO kablam! 1288 | n.to_i128() Sep 04 18:12:18.199 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 04 18:12:18.199 INFO kablam! | Sep 04 18:12:18.199 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 04 18:12:18.199 INFO kablam! --> src/traits.rs:44:5 Sep 04 18:12:18.199 INFO kablam! | Sep 04 18:12:18.199 INFO kablam! 44 | fn to_i128(&self) -> Option { Sep 04 18:12:18.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:12:18.199 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 04 18:12:18.199 INFO kablam! Sep 04 18:12:18.199 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 18:12:18.200 INFO kablam! --> src/i128.rs:1292:11 Sep 04 18:12:18.200 INFO kablam! | Sep 04 18:12:18.200 INFO kablam! 1292 | n.to_i128() Sep 04 18:12:18.200 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 04 18:12:18.200 INFO kablam! | Sep 04 18:12:18.200 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 04 18:12:18.200 INFO kablam! --> src/traits.rs:58:5 Sep 04 18:12:18.200 INFO kablam! | Sep 04 18:12:18.200 INFO kablam! 58 | fn to_i128(&self) -> Option { Sep 04 18:12:18.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:12:18.200 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 04 18:12:18.200 INFO kablam! Sep 04 18:12:18.200 INFO kablam! error[E0034]: multiple applicable items in scope Sep 04 18:12:18.200 INFO kablam! --> src/i128.rs:1296:11 Sep 04 18:12:18.200 INFO kablam! | Sep 04 18:12:18.200 INFO kablam! 1296 | n.to_i128() Sep 04 18:12:18.201 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 04 18:12:18.201 INFO kablam! | Sep 04 18:12:18.201 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 04 18:12:18.201 INFO kablam! --> src/traits.rs:79:13 Sep 04 18:12:18.201 INFO kablam! | Sep 04 18:12:18.201 INFO kablam! 79 | fn to_i128(&self) -> Option { Sep 04 18:12:18.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 18:12:18.201 INFO kablam! ... Sep 04 18:12:18.201 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 04 18:12:18.201 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 04 18:12:18.201 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 04 18:12:18.201 INFO kablam! Sep 04 18:12:18.248 INFO kablam! error: aborting due to 8 previous errors Sep 04 18:12:18.248 INFO kablam! Sep 04 18:12:18.248 INFO kablam! Some errors occurred: E0034, E0308. Sep 04 18:12:18.248 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 04 18:12:18.258 INFO kablam! error: Could not compile `extprim`. Sep 04 18:12:18.259 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 18:12:21.928 INFO kablam! error: build failed Sep 04 18:12:21.930 INFO kablam! su: No module specific data is present Sep 04 18:12:22.374 INFO running `"docker" "rm" "-f" "ac212f19d68abb536a87abd749dc0aedec30a79bc91d9022129be14d0682a2bd"` Sep 04 18:12:22.464 INFO blam! ac212f19d68abb536a87abd749dc0aedec30a79bc91d9022129be14d0682a2bd