Sep 21 10:40:21.064 INFO checking extprim-1.5.1 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 10:40:21.064 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 10:40:21.064 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-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:21.292 INFO blam! 930d2aafadaaf6935de13a5251187ccb68d6d2ed4a87ee60ec04dd9717f07a4c Sep 21 10:40:21.294 INFO running `"docker" "start" "-a" "930d2aafadaaf6935de13a5251187ccb68d6d2ed4a87ee60ec04dd9717f07a4c"` Sep 21 10:40:22.146 INFO kablam! usermod: no changes Sep 21 10:40:22.251 INFO kablam! Compiling extprim v1.5.1 (/source) Sep 21 10:40:22.253 INFO kablam! Compiling extprim v1.6.0 Sep 21 10:40:24.880 INFO kablam! error[E0308]: mismatched types Sep 21 10:40:24.880 INFO kablam! --> src/traits.rs:244:9 Sep 21 10:40:24.881 INFO kablam! | Sep 21 10:40:24.881 INFO kablam! 243 | fn from(n: T) -> Option { Sep 21 10:40:24.882 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 21 10:40:24.882 INFO kablam! 244 | n.to_u128() Sep 21 10:40:24.882 INFO kablam! | ^^^^^^^^^^^ expected struct `u128::u128`, found u128 Sep 21 10:40:24.883 INFO kablam! | Sep 21 10:40:24.883 INFO kablam! = note: expected type `std::option::Option` Sep 21 10:40:24.884 INFO kablam! found type `std::option::Option` Sep 21 10:40:24.884 INFO kablam! Sep 21 10:40:25.009 INFO kablam! error[E0308]: mismatched types Sep 21 10:40:25.009 INFO kablam! --> src/traits.rs:256:9 Sep 21 10:40:25.009 INFO kablam! | Sep 21 10:40:25.009 INFO kablam! 255 | fn from(n: T) -> Option { Sep 21 10:40:25.009 INFO kablam! | ------------ expected `std::option::Option` because of return type Sep 21 10:40:25.009 INFO kablam! 256 | n.to_i128() Sep 21 10:40:25.009 INFO kablam! | ^^^^^^^^^^^ expected struct `i128::i128`, found i128 Sep 21 10:40:25.009 INFO kablam! | Sep 21 10:40:25.009 INFO kablam! = note: expected type `std::option::Option` Sep 21 10:40:25.009 INFO kablam! found type `std::option::Option` Sep 21 10:40:25.009 INFO kablam! Sep 21 10:40:25.064 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:25.064 INFO kablam! --> src/u128.rs:1533:11 Sep 21 10:40:25.065 INFO kablam! | Sep 21 10:40:25.065 INFO kablam! 1533 | n.to_u128() Sep 21 10:40:25.066 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 21 10:40:25.066 INFO kablam! | Sep 21 10:40:25.067 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 21 10:40:25.067 INFO kablam! --> src/traits.rs:40:5 Sep 21 10:40:25.067 INFO kablam! | Sep 21 10:40:25.068 INFO kablam! 40 | fn to_u128(&self) -> Option { Sep 21 10:40:25.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:25.068 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 21 10:40:25.069 INFO kablam! Sep 21 10:40:25.069 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:25.070 INFO kablam! --> src/u128.rs:1537:11 Sep 21 10:40:25.070 INFO kablam! | Sep 21 10:40:25.071 INFO kablam! 1537 | n.to_u128() Sep 21 10:40:25.071 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 21 10:40:25.071 INFO kablam! | Sep 21 10:40:25.072 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 21 10:40:25.072 INFO kablam! --> src/traits.rs:50:5 Sep 21 10:40:25.073 INFO kablam! | Sep 21 10:40:25.073 INFO kablam! 50 | fn to_u128(&self) -> Option { Sep 21 10:40:25.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:25.074 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 21 10:40:25.075 INFO kablam! Sep 21 10:40:25.076 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:25.076 INFO kablam! --> src/u128.rs:1541:11 Sep 21 10:40:25.077 INFO kablam! | Sep 21 10:40:25.077 INFO kablam! 1541 | n.to_u128() Sep 21 10:40:25.077 INFO kablam! | ^^^^^^^ multiple `to_u128` found Sep 21 10:40:25.078 INFO kablam! | Sep 21 10:40:25.078 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 21 10:40:25.079 INFO kablam! --> src/traits.rs:69:13 Sep 21 10:40:25.079 INFO kablam! | Sep 21 10:40:25.080 INFO kablam! 69 | fn to_u128(&self) -> Option { Sep 21 10:40:25.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:25.080 INFO kablam! ... Sep 21 10:40:25.081 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 21 10:40:25.081 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 21 10:40:25.082 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 21 10:40:25.082 INFO kablam! Sep 21 10:40:25.144 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:25.144 INFO kablam! --> src/i128.rs:1288:11 Sep 21 10:40:25.144 INFO kablam! | Sep 21 10:40:25.145 INFO kablam! 1288 | n.to_i128() Sep 21 10:40:25.145 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 21 10:40:25.146 INFO kablam! | Sep 21 10:40:25.146 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `u64` Sep 21 10:40:25.146 INFO kablam! --> src/traits.rs:44:5 Sep 21 10:40:25.147 INFO kablam! | Sep 21 10:40:25.147 INFO kablam! 44 | fn to_i128(&self) -> Option { Sep 21 10:40:25.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:25.148 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `u64` Sep 21 10:40:25.149 INFO kablam! Sep 21 10:40:25.149 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:25.150 INFO kablam! --> src/i128.rs:1292:11 Sep 21 10:40:25.150 INFO kablam! | Sep 21 10:40:25.150 INFO kablam! 1292 | n.to_i128() Sep 21 10:40:25.151 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 21 10:40:25.151 INFO kablam! | Sep 21 10:40:25.152 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `i64` Sep 21 10:40:25.153 INFO kablam! --> src/traits.rs:58:5 Sep 21 10:40:25.154 INFO kablam! | Sep 21 10:40:25.157 INFO kablam! 58 | fn to_i128(&self) -> Option { Sep 21 10:40:25.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:25.160 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `i64` Sep 21 10:40:25.160 INFO kablam! Sep 21 10:40:25.160 INFO kablam! error[E0034]: multiple applicable items in scope Sep 21 10:40:25.160 INFO kablam! --> src/i128.rs:1296:11 Sep 21 10:40:25.160 INFO kablam! | Sep 21 10:40:25.160 INFO kablam! 1296 | n.to_i128() Sep 21 10:40:25.160 INFO kablam! | ^^^^^^^ multiple `to_i128` found Sep 21 10:40:25.160 INFO kablam! | Sep 21 10:40:25.160 INFO kablam! note: candidate #1 is defined in an impl of the trait `traits::ToExtraPrimitive` for the type `f64` Sep 21 10:40:25.160 INFO kablam! --> src/traits.rs:79:13 Sep 21 10:40:25.160 INFO kablam! | Sep 21 10:40:25.160 INFO kablam! 79 | fn to_i128(&self) -> Option { Sep 21 10:40:25.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 21 10:40:25.160 INFO kablam! ... Sep 21 10:40:25.160 INFO kablam! 98 | impl_to_extra_primitive_for_float!(f64, 52, 75, 74); Sep 21 10:40:25.160 INFO kablam! | ---------------------------------------------------- in this macro invocation Sep 21 10:40:25.160 INFO kablam! = note: candidate #2 is defined in an impl of the trait `num_traits::ToPrimitive` for the type `f64` Sep 21 10:40:25.160 INFO kablam! Sep 21 10:40:25.234 INFO kablam! error: aborting due to 8 previous errors Sep 21 10:40:25.239 INFO kablam! Sep 21 10:40:25.240 INFO kablam! Some errors occurred: E0034, E0308. Sep 21 10:40:25.240 INFO kablam! For more information about an error, try `rustc --explain E0034`. Sep 21 10:40:25.254 INFO kablam! error: Could not compile `extprim`. Sep 21 10:40:25.254 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 10:40:25.450 INFO kablam! error: build failed Sep 21 10:40:25.451 INFO kablam! su: No module specific data is present Sep 21 10:40:25.972 INFO running `"docker" "rm" "-f" "930d2aafadaaf6935de13a5251187ccb68d6d2ed4a87ee60ec04dd9717f07a4c"` Sep 21 10:40:26.072 INFO blam! 930d2aafadaaf6935de13a5251187ccb68d6d2ed4a87ee60ec04dd9717f07a4c