Sep 01 21:15:21.042 INFO checking extprim-1.5.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 21:15:21.042 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 21:15:21.042 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:15:21.246 INFO blam! 3f32bbc18ca562c4435814d1a0d7a43673e79cc359d9a490d6da4de447b4d813 Sep 01 21:15:21.248 INFO running `"docker" "start" "-a" "3f32bbc18ca562c4435814d1a0d7a43673e79cc359d9a490d6da4de447b4d813"` Sep 01 21:15:22.054 INFO kablam! Compiling extprim v1.5.1 (file:///source) Sep 01 21:15:24.890 INFO kablam! error[E0308]: mismatched types Sep 01 21:15:24.890 INFO kablam! --> src/traits.rs:244:9 Sep 01 21:15:24.890 INFO kablam! | Sep 01 21:15:24.890 INFO kablam! 243 | fn from(n: T) -> Option { Sep 01 21:15:24.890 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 01 21:15:24.890 INFO kablam! 244 | n.to_u128() Sep 01 21:15:24.890 INFO kablam! | ^^^^^^^^^^^ expected struct `u128::u128`, found u128 Sep 01 21:15:24.890 INFO kablam! | Sep 01 21:15:24.890 INFO kablam! = note: expected type `std::option::Option` Sep 01 21:15:24.890 INFO kablam! found type `std::option::Option` Sep 01 21:15:24.890 INFO kablam! Sep 01 21:15:25.045 INFO kablam! error[E0308]: mismatched types Sep 01 21:15:25.045 INFO kablam! --> src/traits.rs:256:9 Sep 01 21:15:25.045 INFO kablam! | Sep 01 21:15:25.045 INFO kablam! 255 | fn from(n: T) -> Option { Sep 01 21:15:25.045 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 01 21:15:25.045 INFO kablam! 256 | n.to_i128() Sep 01 21:15:25.045 INFO kablam! | ^^^^^^^^^^^ expected struct `i128::i128`, found i128 Sep 01 21:15:25.045 INFO kablam! | Sep 01 21:15:25.045 INFO kablam! = note: expected type `std::option::Option` Sep 01 21:15:25.045 INFO kablam! found type `std::option::Option` Sep 01 21:15:25.045 INFO kablam! Sep 01 21:15:25.130 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:25.130 INFO kablam! --> src/u128.rs:1533:11 Sep 01 21:15:25.130 INFO kablam! | Sep 01 21:15:25.130 INFO kablam! 1533 | n.to_u128() Sep 01 21:15:25.130 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 01 21:15:25.130 INFO kablam! | Sep 01 21:15:25.130 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 01 21:15:25.130 INFO kablam! --> src/traits.rs:40:5 Sep 01 21:15:25.130 INFO kablam! | Sep 01 21:15:25.130 INFO kablam! 40 | fn to_u128(&self) -> Option { Sep 01 21:15:25.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:25.130 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 01 21:15:25.130 INFO kablam! Sep 01 21:15:25.130 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:25.130 INFO kablam! --> src/u128.rs:1537:11 Sep 01 21:15:25.130 INFO kablam! | Sep 01 21:15:25.130 INFO kablam! 1537 | n.to_u128() Sep 01 21:15:25.130 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 01 21:15:25.131 INFO kablam! | Sep 01 21:15:25.131 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 01 21:15:25.131 INFO kablam! --> src/traits.rs:50:5 Sep 01 21:15:25.131 INFO kablam! | Sep 01 21:15:25.131 INFO kablam! 50 | fn to_u128(&self) -> Option { Sep 01 21:15:25.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:25.131 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 01 21:15:25.131 INFO kablam! Sep 01 21:15:25.133 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:25.133 INFO kablam! --> src/u128.rs:1541:11 Sep 01 21:15:25.133 INFO kablam! | Sep 01 21:15:25.133 INFO kablam! 1541 | n.to_u128() Sep 01 21:15:25.133 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 01 21:15:25.133 INFO kablam! | Sep 01 21:15:25.133 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 01 21:15:25.133 INFO kablam! --> src/traits.rs:69:13 Sep 01 21:15:25.133 INFO kablam! | Sep 01 21:15:25.133 INFO kablam! 69 | fn to_u128(&self) -> Option { Sep 01 21:15:25.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:25.133 INFO kablam! ... Sep 01 21:15:25.133 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 01 21:15:25.133 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 01 21:15:25.133 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 01 21:15:25.133 INFO kablam! Sep 01 21:15:25.215 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:25.215 INFO kablam! --> src/i128.rs:1288:11 Sep 01 21:15:25.215 INFO kablam! | Sep 01 21:15:25.215 INFO kablam! 1288 | n.to_i128() Sep 01 21:15:25.215 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 01 21:15:25.215 INFO kablam! | Sep 01 21:15:25.215 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 01 21:15:25.216 INFO kablam! --> src/traits.rs:44:5 Sep 01 21:15:25.216 INFO kablam! | Sep 01 21:15:25.216 INFO kablam! 44 | fn to_i128(&self) -> Option { Sep 01 21:15:25.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:25.216 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 01 21:15:25.216 INFO kablam! Sep 01 21:15:25.216 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:25.216 INFO kablam! --> src/i128.rs:1292:11 Sep 01 21:15:25.216 INFO kablam! | Sep 01 21:15:25.216 INFO kablam! 1292 | n.to_i128() Sep 01 21:15:25.216 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 01 21:15:25.216 INFO kablam! | Sep 01 21:15:25.216 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 01 21:15:25.216 INFO kablam! --> src/traits.rs:58:5 Sep 01 21:15:25.216 INFO kablam! | Sep 01 21:15:25.216 INFO kablam! 58 | fn to_i128(&self) -> Option { Sep 01 21:15:25.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:25.216 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 01 21:15:25.216 INFO kablam! Sep 01 21:15:25.216 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:25.216 INFO kablam! --> src/i128.rs:1296:11 Sep 01 21:15:25.216 INFO kablam! | Sep 01 21:15:25.216 INFO kablam! 1296 | n.to_i128() Sep 01 21:15:25.216 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 01 21:15:25.216 INFO kablam! | Sep 01 21:15:25.217 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 01 21:15:25.217 INFO kablam! --> src/traits.rs:79:13 Sep 01 21:15:25.217 INFO kablam! | Sep 01 21:15:25.217 INFO kablam! 79 | fn to_i128(&self) -> Option { Sep 01 21:15:25.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:25.217 INFO kablam! ... Sep 01 21:15:25.217 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 01 21:15:25.217 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 01 21:15:25.217 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 01 21:15:25.217 INFO kablam! Sep 01 21:15:25.265 INFO kablam! error: aborting due to 8 previous errors Sep 01 21:15:25.266 INFO kablam! Sep 01 21:15:25.266 INFO kablam! Some errors occurred: E0034, E0308. Sep 01 21:15:25.266 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 01 21:15:25.275 INFO kablam! error: Could not compile `extprim`. Sep 01 21:15:25.275 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 21:15:25.618 INFO kablam! error[E0308]: mismatched types Sep 01 21:15:25.618 INFO kablam! --> src/traits.rs:244:9 Sep 01 21:15:25.618 INFO kablam! | Sep 01 21:15:25.618 INFO kablam! 243 | fn from(n: T) -> Option { Sep 01 21:15:25.618 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 01 21:15:25.618 INFO kablam! 244 | n.to_u128() Sep 01 21:15:25.618 INFO kablam! | ^^^^^^^^^^^ expected struct `u128::u128`, found u128 Sep 01 21:15:25.618 INFO kablam! | Sep 01 21:15:25.618 INFO kablam! = note: expected type `std::option::Option` Sep 01 21:15:25.618 INFO kablam! found type `std::option::Option` Sep 01 21:15:25.618 INFO kablam! Sep 01 21:15:25.750 INFO kablam! error[E0308]: mismatched types Sep 01 21:15:25.750 INFO kablam! --> src/traits.rs:256:9 Sep 01 21:15:25.750 INFO kablam! | Sep 01 21:15:25.750 INFO kablam! 255 | fn from(n: T) -> Option { Sep 01 21:15:25.750 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 01 21:15:25.750 INFO kablam! 256 | n.to_i128() Sep 01 21:15:25.750 INFO kablam! | ^^^^^^^^^^^ expected struct `i128::i128`, found i128 Sep 01 21:15:25.750 INFO kablam! | Sep 01 21:15:25.750 INFO kablam! = note: expected type `std::option::Option` Sep 01 21:15:25.750 INFO kablam! found type `std::option::Option` Sep 01 21:15:25.750 INFO kablam! Sep 01 21:15:26.119 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:26.119 INFO kablam! --> src/u128.rs:1533:11 Sep 01 21:15:26.119 INFO kablam! | Sep 01 21:15:26.119 INFO kablam! 1533 | n.to_u128() Sep 01 21:15:26.119 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 01 21:15:26.119 INFO kablam! | Sep 01 21:15:26.119 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 01 21:15:26.119 INFO kablam! --> src/traits.rs:40:5 Sep 01 21:15:26.119 INFO kablam! | Sep 01 21:15:26.119 INFO kablam! 40 | fn to_u128(&self) -> Option { Sep 01 21:15:26.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:26.119 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 01 21:15:26.119 INFO kablam! Sep 01 21:15:26.119 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:26.119 INFO kablam! --> src/u128.rs:1537:11 Sep 01 21:15:26.119 INFO kablam! | Sep 01 21:15:26.119 INFO kablam! 1537 | n.to_u128() Sep 01 21:15:26.120 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 01 21:15:26.120 INFO kablam! | Sep 01 21:15:26.120 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 01 21:15:26.120 INFO kablam! --> src/traits.rs:50:5 Sep 01 21:15:26.120 INFO kablam! | Sep 01 21:15:26.120 INFO kablam! 50 | fn to_u128(&self) -> Option { Sep 01 21:15:26.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:26.120 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 01 21:15:26.120 INFO kablam! Sep 01 21:15:26.120 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:26.120 INFO kablam! --> src/u128.rs:1541:11 Sep 01 21:15:26.120 INFO kablam! | Sep 01 21:15:26.120 INFO kablam! 1541 | n.to_u128() Sep 01 21:15:26.120 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 01 21:15:26.120 INFO kablam! | Sep 01 21:15:26.120 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 01 21:15:26.120 INFO kablam! --> src/traits.rs:69:13 Sep 01 21:15:26.120 INFO kablam! | Sep 01 21:15:26.120 INFO kablam! 69 | fn to_u128(&self) -> Option { Sep 01 21:15:26.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:26.120 INFO kablam! ... Sep 01 21:15:26.120 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 01 21:15:26.120 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 01 21:15:26.120 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 01 21:15:26.121 INFO kablam! Sep 01 21:15:26.691 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:26.691 INFO kablam! --> src/i128.rs:1288:11 Sep 01 21:15:26.691 INFO kablam! | Sep 01 21:15:26.691 INFO kablam! 1288 | n.to_i128() Sep 01 21:15:26.691 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 01 21:15:26.691 INFO kablam! | Sep 01 21:15:26.691 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 01 21:15:26.691 INFO kablam! --> src/traits.rs:44:5 Sep 01 21:15:26.691 INFO kablam! | Sep 01 21:15:26.691 INFO kablam! 44 | fn to_i128(&self) -> Option { Sep 01 21:15:26.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:26.691 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 01 21:15:26.691 INFO kablam! Sep 01 21:15:26.692 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:26.692 INFO kablam! --> src/i128.rs:1292:11 Sep 01 21:15:26.692 INFO kablam! | Sep 01 21:15:26.692 INFO kablam! 1292 | n.to_i128() Sep 01 21:15:26.692 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 01 21:15:26.692 INFO kablam! | Sep 01 21:15:26.692 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 01 21:15:26.692 INFO kablam! --> src/traits.rs:58:5 Sep 01 21:15:26.692 INFO kablam! | Sep 01 21:15:26.692 INFO kablam! 58 | fn to_i128(&self) -> Option { Sep 01 21:15:26.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:26.692 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 01 21:15:26.692 INFO kablam! Sep 01 21:15:26.692 INFO kablam! error[E0034]: multiple applicable items in scope Sep 01 21:15:26.693 INFO kablam! --> src/i128.rs:1296:11 Sep 01 21:15:26.693 INFO kablam! | Sep 01 21:15:26.693 INFO kablam! 1296 | n.to_i128() Sep 01 21:15:26.693 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 01 21:15:26.693 INFO kablam! | Sep 01 21:15:26.693 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 01 21:15:26.693 INFO kablam! --> src/traits.rs:79:13 Sep 01 21:15:26.693 INFO kablam! | Sep 01 21:15:26.693 INFO kablam! 79 | fn to_i128(&self) -> Option { Sep 01 21:15:26.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 21:15:26.693 INFO kablam! ... Sep 01 21:15:26.693 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 01 21:15:26.693 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 01 21:15:26.693 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 01 21:15:26.693 INFO kablam! Sep 01 21:15:27.028 INFO kablam! error: aborting due to 8 previous errors Sep 01 21:15:27.028 INFO kablam! Sep 01 21:15:27.028 INFO kablam! Some errors occurred: E0034, E0308. Sep 01 21:15:27.028 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 01 21:15:27.037 INFO kablam! error: Could not compile `extprim`. Sep 01 21:15:27.037 INFO kablam! Sep 01 21:15:27.037 INFO kablam! To learn more, run the command again with --verbose. Sep 01 21:15:27.038 INFO kablam! su: No module specific data is present Sep 01 21:15:27.537 INFO running `"docker" "rm" "-f" "3f32bbc18ca562c4435814d1a0d7a43673e79cc359d9a490d6da4de447b4d813"` Sep 01 21:15:27.662 INFO blam! 3f32bbc18ca562c4435814d1a0d7a43673e79cc359d9a490d6da4de447b4d813