Sep 17 15:33:06.776 INFO checking un_algebra-0.1.3 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:33:06.776 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:33:06.776 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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 17 15:33:06.978 INFO blam! 09b19c24125b89c11d12debc1095e52803037ca0e67c0aeacf52719966c399fe Sep 17 15:33:06.983 INFO running `"docker" "start" "-a" "09b19c24125b89c11d12debc1095e52803037ca0e67c0aeacf52719966c399fe"` Sep 17 15:33:07.862 INFO kablam! usermod: no changes Sep 17 15:33:07.991 INFO kablam! Checking bit-vec v0.5.0 Sep 17 15:33:07.991 INFO kablam! Checking wait-timeout v0.1.5 Sep 17 15:33:07.991 INFO kablam! Checking rand v0.5.5 Sep 17 15:33:08.010 INFO kablam! Checking float-cmp v0.4.0 Sep 17 15:33:08.627 INFO kablam! Checking bit-set v0.5.0 Sep 17 15:33:10.683 INFO kablam! Checking tempfile v3.0.4 Sep 17 15:33:11.203 INFO kablam! Checking rusty-fork v0.2.1 Sep 17 15:33:11.735 INFO kablam! Checking proptest v0.8.6 Sep 17 15:33:20.035 INFO kablam! Checking un_algebra v0.1.3 (/source) Sep 17 15:33:20.575 INFO kablam! warning: unused import: `proptest::test_runner::*` Sep 17 15:33:20.575 INFO kablam! --> src/tests/config.rs:12:5 Sep 17 15:33:20.575 INFO kablam! | Sep 17 15:33:20.575 INFO kablam! 12 | use proptest::test_runner::*; Sep 17 15:33:20.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 15:33:20.575 INFO kablam! | Sep 17 15:33:20.575 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 15:33:20.575 INFO kablam! Sep 17 15:33:20.598 INFO kablam! error: the trait bound `T: numeric::equal::NumEq` is not satisfied Sep 17 15:33:20.598 INFO kablam! --> src/types.rs:23:27 Sep 17 15:33:20.598 INFO kablam! | Sep 17 15:33:20.598 INFO kablam! 23 | pub type NumPair<'a, T> = (&'a T, &'a T, &'a ::Error); Sep 17 15:33:20.598 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numeric::equal::NumEq` is not implemented for `T` Sep 17 15:33:20.599 INFO kablam! | Sep 17 15:33:20.599 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:33:20.600 INFO kablam! = help: consider adding a `where T: numeric::equal::NumEq` bound Sep 17 15:33:20.600 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:33:20.600 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:33:20.601 INFO kablam! Sep 17 15:33:20.601 INFO kablam! error: the trait bound `T: numeric::equal::NumEq` is not satisfied Sep 17 15:33:20.601 INFO kablam! --> src/types.rs:32:29 Sep 17 15:33:20.601 INFO kablam! | Sep 17 15:33:20.601 INFO kablam! 32 | pub type NumTriple<'a, T> = (&'a T, &'a T, &'a T, &'a ::Error); Sep 17 15:33:20.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numeric::equal::NumEq` is not implemented for `T` Sep 17 15:33:20.601 INFO kablam! | Sep 17 15:33:20.602 INFO kablam! = help: consider adding a `where T: numeric::equal::NumEq` bound Sep 17 15:33:20.602 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:33:20.602 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:33:20.602 INFO kablam! Sep 17 15:33:20.695 INFO kablam! error: aborting due to 2 previous errors Sep 17 15:33:20.695 INFO kablam! Sep 17 15:33:20.702 INFO kablam! error: Could not compile `un_algebra`. Sep 17 15:33:20.703 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:33:20.954 INFO kablam! error: the trait bound `T: numeric::equal::NumEq` is not satisfied Sep 17 15:33:20.954 INFO kablam! --> src/types.rs:23:27 Sep 17 15:33:20.954 INFO kablam! | Sep 17 15:33:20.954 INFO kablam! 23 | pub type NumPair<'a, T> = (&'a T, &'a T, &'a ::Error); Sep 17 15:33:20.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numeric::equal::NumEq` is not implemented for `T` Sep 17 15:33:20.954 INFO kablam! | Sep 17 15:33:20.954 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:33:20.954 INFO kablam! = help: consider adding a `where T: numeric::equal::NumEq` bound Sep 17 15:33:20.954 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:33:20.954 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:33:20.954 INFO kablam! Sep 17 15:33:20.954 INFO kablam! error: the trait bound `T: numeric::equal::NumEq` is not satisfied Sep 17 15:33:20.954 INFO kablam! --> src/types.rs:32:29 Sep 17 15:33:20.954 INFO kablam! | Sep 17 15:33:20.954 INFO kablam! 32 | pub type NumTriple<'a, T> = (&'a T, &'a T, &'a T, &'a ::Error); Sep 17 15:33:20.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `numeric::equal::NumEq` is not implemented for `T` Sep 17 15:33:20.955 INFO kablam! | Sep 17 15:33:20.955 INFO kablam! = help: consider adding a `where T: numeric::equal::NumEq` bound Sep 17 15:33:20.955 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:33:20.955 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:33:20.955 INFO kablam! Sep 17 15:33:21.065 INFO kablam! error: aborting due to 2 previous errors Sep 17 15:33:21.065 INFO kablam! Sep 17 15:33:21.083 INFO kablam! error: Could not compile `un_algebra`. Sep 17 15:33:21.083 INFO kablam! Sep 17 15:33:21.083 INFO kablam! To learn more, run the command again with --verbose. Sep 17 15:33:21.086 INFO kablam! su: No module specific data is present Sep 17 15:33:22.081 INFO running `"docker" "rm" "-f" "09b19c24125b89c11d12debc1095e52803037ca0e67c0aeacf52719966c399fe"` Sep 17 15:33:22.156 INFO blam! 09b19c24125b89c11d12debc1095e52803037ca0e67c0aeacf52719966c399fe