Sep 21 10:40:17.003 INFO checking extprim-1.5.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:40:17.003 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:40:17.003 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:40:17.195 INFO blam! b3f9f2441aa3a41ba700a343ebb848bd88464f3ad36a43a391f30257f1ec085b Sep 21 10:40:17.198 INFO running `"docker" "start" "-a" "b3f9f2441aa3a41ba700a343ebb848bd88464f3ad36a43a391f30257f1ec085b"` Sep 21 10:40:18.358 INFO kablam! usermod: no changes Sep 21 10:40:18.503 INFO kablam! Compiling extprim v1.5.1 (/source) Sep 21 10:40:18.514 INFO kablam! Compiling serde v1.0.79 Sep 21 10:40:21.618 INFO kablam! error[E0308]: mismatched types Sep 21 10:40:21.618 INFO kablam! --> src/traits.rs:244:9 Sep 21 10:40:21.618 INFO kablam! | Sep 21 10:40:21.618 INFO kablam! 243 | fn from(n: T) -> Option { Sep 21 10:40:21.618 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 21 10:40:21.618 INFO kablam! 244 | n.to_u128() Sep 21 10:40:21.618 INFO kablam! | ^^^^^^^^^^^ expected struct `u128::u128`, found u128 Sep 21 10:40:21.618 INFO kablam! | Sep 21 10:40:21.618 INFO kablam! = note: expected type `std::option::Option` Sep 21 10:40:21.618 INFO kablam! found type `std::option::Option` Sep 21 10:40:21.618 INFO kablam! Sep 21 10:40:21.734 INFO kablam! error[E0308]: mismatched types Sep 21 10:40:21.734 INFO kablam! --> src/traits.rs:256:9 Sep 21 10:40:21.734 INFO kablam! | Sep 21 10:40:21.734 INFO kablam! 255 | fn from(n: T) -> Option { Sep 21 10:40:21.734 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 21 10:40:21.734 INFO kablam! 256 | n.to_i128() Sep 21 10:40:21.734 INFO kablam! | ^^^^^^^^^^^ expected struct `i128::i128`, found i128 Sep 21 10:40:21.734 INFO kablam! | Sep 21 10:40:21.734 INFO kablam! = note: expected type `std::option::Option` Sep 21 10:40:21.734 INFO kablam! found type `std::option::Option` Sep 21 10:40:21.734 INFO kablam! Sep 21 10:40:21.772 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:21.772 INFO kablam! --> src/u128.rs:1533:11 Sep 21 10:40:21.772 INFO kablam! | Sep 21 10:40:21.772 INFO kablam! 1533 | n.to_u128() Sep 21 10:40:21.772 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 21 10:40:21.772 INFO kablam! | Sep 21 10:40:21.772 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 21 10:40:21.772 INFO kablam! --> src/traits.rs:40:5 Sep 21 10:40:21.772 INFO kablam! | Sep 21 10:40:21.772 INFO kablam! 40 | fn to_u128(&self) -> Option { Sep 21 10:40:21.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:21.772 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 21 10:40:21.772 INFO kablam! Sep 21 10:40:21.772 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:21.772 INFO kablam! --> src/u128.rs:1537:11 Sep 21 10:40:21.772 INFO kablam! | Sep 21 10:40:21.772 INFO kablam! 1537 | n.to_u128() Sep 21 10:40:21.772 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 21 10:40:21.772 INFO kablam! | Sep 21 10:40:21.773 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 21 10:40:21.773 INFO kablam! --> src/traits.rs:50:5 Sep 21 10:40:21.773 INFO kablam! | Sep 21 10:40:21.773 INFO kablam! 50 | fn to_u128(&self) -> Option { Sep 21 10:40:21.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:21.773 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 21 10:40:21.773 INFO kablam! Sep 21 10:40:21.778 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:21.778 INFO kablam! --> src/u128.rs:1541:11 Sep 21 10:40:21.778 INFO kablam! | Sep 21 10:40:21.778 INFO kablam! 1541 | n.to_u128() Sep 21 10:40:21.778 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 21 10:40:21.778 INFO kablam! | Sep 21 10:40:21.778 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 21 10:40:21.778 INFO kablam! --> src/traits.rs:69:13 Sep 21 10:40:21.778 INFO kablam! | Sep 21 10:40:21.778 INFO kablam! 69 | fn to_u128(&self) -> Option { Sep 21 10:40:21.778 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:21.778 INFO kablam! ... Sep 21 10:40:21.778 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 21 10:40:21.778 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 21 10:40:21.778 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 21 10:40:21.778 INFO kablam! Sep 21 10:40:21.830 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:21.830 INFO kablam! --> src/i128.rs:1288:11 Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! 1288 | n.to_i128() Sep 21 10:40:21.830 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 21 10:40:21.830 INFO kablam! --> src/traits.rs:44:5 Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! 44 | fn to_i128(&self) -> Option { Sep 21 10:40:21.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:21.830 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 21 10:40:21.830 INFO kablam! Sep 21 10:40:21.830 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:21.830 INFO kablam! --> src/i128.rs:1292:11 Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! 1292 | n.to_i128() Sep 21 10:40:21.830 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 21 10:40:21.830 INFO kablam! --> src/traits.rs:58:5 Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! 58 | fn to_i128(&self) -> Option { Sep 21 10:40:21.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:21.830 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 21 10:40:21.830 INFO kablam! Sep 21 10:40:21.830 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:21.830 INFO kablam! --> src/i128.rs:1296:11 Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! 1296 | n.to_i128() Sep 21 10:40:21.830 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 21 10:40:21.830 INFO kablam! --> src/traits.rs:79:13 Sep 21 10:40:21.830 INFO kablam! | Sep 21 10:40:21.830 INFO kablam! 79 | fn to_i128(&self) -> Option { Sep 21 10:40:21.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:21.830 INFO kablam! ... Sep 21 10:40:21.830 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 21 10:40:21.830 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 21 10:40:21.830 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 21 10:40:21.831 INFO kablam! Sep 21 10:40:21.858 INFO kablam! error: aborting due to 8 previous errors Sep 21 10:40:21.858 INFO kablam! Sep 21 10:40:21.858 INFO kablam! Some errors occurred: E0034, E0308. Sep 21 10:40:21.858 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 21 10:40:21.866 INFO kablam! error: Could not compile `extprim`. Sep 21 10:40:21.866 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:40:30.053 INFO kablam! error: build failed Sep 21 10:40:30.055 INFO kablam! su: No module specific data is present Sep 21 10:40:30.643 INFO running `"docker" "rm" "-f" "b3f9f2441aa3a41ba700a343ebb848bd88464f3ad36a43a391f30257f1ec085b"` Sep 21 10:40:30.712 INFO blam! b3f9f2441aa3a41ba700a343ebb848bd88464f3ad36a43a391f30257f1ec085b