Sep 21 11:29:51.865 INFO checking decorum-0.0.8 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:29:51.865 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:29:51.865 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/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 11:29:52.085 INFO blam! f2e8aeb4aef0de16c67036f3284204e1b55c3a343245284208667a2d2a764e53 Sep 21 11:29:52.087 INFO running `"docker" "start" "-a" "f2e8aeb4aef0de16c67036f3284204e1b55c3a343245284208667a2d2a764e53"` Sep 21 11:29:52.729 INFO kablam! usermod: no changes Sep 21 11:29:52.780 INFO kablam! Checking decorum v0.0.8 (/source) Sep 21 11:29:53.434 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 11:29:53.434 INFO kablam! --> src/lib.rs:32:23 Sep 21 11:29:53.434 INFO kablam! | Sep 21 11:29:53.434 INFO kablam! 32 | pub type Ordered = ConstrainedFloat; Sep 21 11:29:53.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 11:29:53.434 INFO kablam! | Sep 21 11:29:53.434 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 11:29:53.434 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 11:29:53.434 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.434 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.434 INFO kablam! Sep 21 11:29:53.434 INFO kablam! warning: the trait bound `T: Primitive` is not satisfied Sep 21 11:29:53.434 INFO kablam! --> src/lib.rs:32:23 Sep 21 11:29:53.434 INFO kablam! | Sep 21 11:29:53.434 INFO kablam! 32 | pub type Ordered = ConstrainedFloat; Sep 21 11:29:53.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Primitive` is not implemented for `T` Sep 21 11:29:53.434 INFO kablam! | Sep 21 11:29:53.434 INFO kablam! = help: consider adding a `where T: Primitive` bound Sep 21 11:29:53.434 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.434 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.434 INFO kablam! Sep 21 11:29:53.434 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 11:29:53.434 INFO kablam! --> src/lib.rs:36:22 Sep 21 11:29:53.434 INFO kablam! | Sep 21 11:29:53.434 INFO kablam! 36 | pub type NotNan = ConstrainedFloat>; Sep 21 11:29:53.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 11:29:53.434 INFO kablam! | Sep 21 11:29:53.434 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 11:29:53.434 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.434 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.434 INFO kablam! Sep 21 11:29:53.434 INFO kablam! warning: the trait bound `T: Primitive` is not satisfied Sep 21 11:29:53.434 INFO kablam! --> src/lib.rs:36:22 Sep 21 11:29:53.434 INFO kablam! | Sep 21 11:29:53.434 INFO kablam! 36 | pub type NotNan = ConstrainedFloat>; Sep 21 11:29:53.434 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Primitive` is not implemented for `T` Sep 21 11:29:53.435 INFO kablam! | Sep 21 11:29:53.435 INFO kablam! = help: consider adding a `where T: Primitive` bound Sep 21 11:29:53.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.435 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.435 INFO kablam! Sep 21 11:29:53.435 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 11:29:53.435 INFO kablam! --> src/lib.rs:46:22 Sep 21 11:29:53.435 INFO kablam! | Sep 21 11:29:53.435 INFO kablam! 46 | pub type Finite = ConstrainedFloat>; Sep 21 11:29:53.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 11:29:53.435 INFO kablam! | Sep 21 11:29:53.435 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 11:29:53.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.435 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.435 INFO kablam! Sep 21 11:29:53.435 INFO kablam! warning: the trait bound `T: Primitive` is not satisfied Sep 21 11:29:53.435 INFO kablam! --> src/lib.rs:46:22 Sep 21 11:29:53.435 INFO kablam! | Sep 21 11:29:53.435 INFO kablam! 46 | pub type Finite = ConstrainedFloat>; Sep 21 11:29:53.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Primitive` is not implemented for `T` Sep 21 11:29:53.435 INFO kablam! | Sep 21 11:29:53.435 INFO kablam! = help: consider adding a `where T: Primitive` bound Sep 21 11:29:53.435 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.435 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.435 INFO kablam! Sep 21 11:29:53.546 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 11:29:53.546 INFO kablam! --> src/lib.rs:32:23 Sep 21 11:29:53.546 INFO kablam! | Sep 21 11:29:53.546 INFO kablam! 32 | pub type Ordered = ConstrainedFloat; Sep 21 11:29:53.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 11:29:53.546 INFO kablam! | Sep 21 11:29:53.546 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 11:29:53.546 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 11:29:53.546 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.546 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.546 INFO kablam! Sep 21 11:29:53.546 INFO kablam! warning: the trait bound `T: Primitive` is not satisfied Sep 21 11:29:53.546 INFO kablam! --> src/lib.rs:32:23 Sep 21 11:29:53.546 INFO kablam! | Sep 21 11:29:53.546 INFO kablam! 32 | pub type Ordered = ConstrainedFloat; Sep 21 11:29:53.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `Primitive` is not implemented for `T` Sep 21 11:29:53.546 INFO kablam! | Sep 21 11:29:53.554 INFO kablam! = help: consider adding a `where T: Primitive` bound Sep 21 11:29:53.554 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.554 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.554 INFO kablam! Sep 21 11:29:53.554 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 11:29:53.554 INFO kablam! --> src/lib.rs:36:22 Sep 21 11:29:53.554 INFO kablam! | Sep 21 11:29:53.554 INFO kablam! 36 | pub type NotNan = ConstrainedFloat>; Sep 21 11:29:53.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 11:29:53.554 INFO kablam! | Sep 21 11:29:53.554 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 11:29:53.554 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.554 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.554 INFO kablam! Sep 21 11:29:53.554 INFO kablam! warning: the trait bound `T: Primitive` is not satisfied Sep 21 11:29:53.554 INFO kablam! --> src/lib.rs:36:22 Sep 21 11:29:53.554 INFO kablam! | Sep 21 11:29:53.554 INFO kablam! 36 | pub type NotNan = ConstrainedFloat>; Sep 21 11:29:53.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Primitive` is not implemented for `T` Sep 21 11:29:53.554 INFO kablam! | Sep 21 11:29:53.554 INFO kablam! = help: consider adding a `where T: Primitive` bound Sep 21 11:29:53.554 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.554 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.554 INFO kablam! Sep 21 11:29:53.554 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 11:29:53.554 INFO kablam! --> src/lib.rs:46:22 Sep 21 11:29:53.554 INFO kablam! | Sep 21 11:29:53.554 INFO kablam! 46 | pub type Finite = ConstrainedFloat>; Sep 21 11:29:53.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 11:29:53.554 INFO kablam! | Sep 21 11:29:53.554 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 11:29:53.554 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.554 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.554 INFO kablam! Sep 21 11:29:53.554 INFO kablam! warning: the trait bound `T: Primitive` is not satisfied Sep 21 11:29:53.554 INFO kablam! --> src/lib.rs:46:22 Sep 21 11:29:53.554 INFO kablam! | Sep 21 11:29:53.555 INFO kablam! 46 | pub type Finite = ConstrainedFloat>; Sep 21 11:29:53.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Primitive` is not implemented for `T` Sep 21 11:29:53.555 INFO kablam! | Sep 21 11:29:53.555 INFO kablam! = help: consider adding a `where T: Primitive` bound Sep 21 11:29:53.555 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 11:29:53.555 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 11:29:53.555 INFO kablam! Sep 21 11:29:54.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Sep 21 11:29:54.345 INFO kablam! su: No module specific data is present Sep 21 11:29:55.291 INFO running `"docker" "rm" "-f" "f2e8aeb4aef0de16c67036f3284204e1b55c3a343245284208667a2d2a764e53"` Sep 21 11:29:55.381 INFO blam! f2e8aeb4aef0de16c67036f3284204e1b55c3a343245284208667a2d2a764e53