Sep 17 15:37:05.854 INFO checking type-operators-0.3.5 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:37:05.854 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:37:05.854 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/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:37:06.042 INFO blam! 4e081189cf366a23d26ae894b764a0a825b183a20a5efdae362d1c0e1b51d11d Sep 17 15:37:06.043 INFO running `"docker" "start" "-a" "4e081189cf366a23d26ae894b764a0a825b183a20a5efdae362d1c0e1b51d11d"` Sep 17 15:37:07.441 INFO kablam! usermod: no changes Sep 17 15:37:07.473 INFO kablam! Checking type-operators v0.3.5 (/source) Sep 17 15:37:07.843 INFO kablam! warning: unused `#[macro_use]` import Sep 17 15:37:07.843 INFO kablam! --> tests/specialization_concrete.rs:3:1 Sep 17 15:37:07.843 INFO kablam! | Sep 17 15:37:07.843 INFO kablam! 3 | #[macro_use] Sep 17 15:37:07.843 INFO kablam! | ^^^^^^^^^^^^ Sep 17 15:37:07.843 INFO kablam! | Sep 17 15:37:07.843 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 15:37:07.843 INFO kablam! Sep 17 15:37:07.863 INFO kablam! error: the trait bound `A: tests_1::Predecessor` is not satisfied Sep 17 15:37:07.863 INFO kablam! --> src/lib.rs:812:49 Sep 17 15:37:07.863 INFO kablam! | Sep 17 15:37:07.863 INFO kablam! 812 | pub type $alias < $fsym $($fbound)* > = <$fsym as $machine>::Output; Sep 17 15:37:07.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::Predecessor` is not implemented for `A` Sep 17 15:37:07.863 INFO kablam! ... Sep 17 15:37:07.863 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.863 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.863 INFO kablam! 1011 | | Sep 17 15:37:07.863 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.863 INFO kablam! ... | Sep 17 15:37:07.863 INFO kablam! 1138 | | } Sep 17 15:37:07.863 INFO kablam! 1139 | | } Sep 17 15:37:07.863 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.863 INFO kablam! | Sep 17 15:37:07.863 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:37:07.863 INFO kablam! = help: consider adding a `where A: tests_1::Predecessor` bound Sep 17 15:37:07.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.864 INFO kablam! Sep 17 15:37:07.864 INFO kablam! error: the trait bound `A: tests_1::Successor` is not satisfied Sep 17 15:37:07.864 INFO kablam! --> src/lib.rs:812:49 Sep 17 15:37:07.864 INFO kablam! | Sep 17 15:37:07.864 INFO kablam! 812 | pub type $alias < $fsym $($fbound)* > = <$fsym as $machine>::Output; Sep 17 15:37:07.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::Successor` is not implemented for `A` Sep 17 15:37:07.864 INFO kablam! ... Sep 17 15:37:07.864 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.864 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.864 INFO kablam! 1011 | | Sep 17 15:37:07.864 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.864 INFO kablam! ... | Sep 17 15:37:07.864 INFO kablam! 1138 | | } Sep 17 15:37:07.864 INFO kablam! 1139 | | } Sep 17 15:37:07.864 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.864 INFO kablam! | Sep 17 15:37:07.864 INFO kablam! = help: consider adding a `where A: tests_1::Successor` bound Sep 17 15:37:07.864 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.864 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.864 INFO kablam! Sep 17 15:37:07.864 INFO kablam! error: the trait bound `A: tests_1::Adding` is not satisfied Sep 17 15:37:07.864 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.864 INFO kablam! | Sep 17 15:37:07.864 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::Adding` is not implemented for `A` Sep 17 15:37:07.864 INFO kablam! ... Sep 17 15:37:07.864 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.867 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.867 INFO kablam! 1011 | | Sep 17 15:37:07.867 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.867 INFO kablam! ... | Sep 17 15:37:07.867 INFO kablam! 1138 | | } Sep 17 15:37:07.867 INFO kablam! 1139 | | } Sep 17 15:37:07.867 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.867 INFO kablam! | Sep 17 15:37:07.867 INFO kablam! = help: consider adding a `where A: tests_1::Adding` bound Sep 17 15:37:07.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.867 INFO kablam! Sep 17 15:37:07.867 INFO kablam! error: the trait bound `A: tests_1::Subtracting` is not satisfied Sep 17 15:37:07.867 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.867 INFO kablam! | Sep 17 15:37:07.867 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::Subtracting` is not implemented for `A` Sep 17 15:37:07.867 INFO kablam! ... Sep 17 15:37:07.867 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.867 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.867 INFO kablam! 1011 | | Sep 17 15:37:07.867 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.867 INFO kablam! ... | Sep 17 15:37:07.867 INFO kablam! 1138 | | } Sep 17 15:37:07.867 INFO kablam! 1139 | | } Sep 17 15:37:07.867 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.867 INFO kablam! | Sep 17 15:37:07.867 INFO kablam! = help: consider adding a `where A: tests_1::Subtracting` bound Sep 17 15:37:07.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.867 INFO kablam! Sep 17 15:37:07.867 INFO kablam! error: the trait bound `A: tests_1::Multiplying` is not satisfied Sep 17 15:37:07.867 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.867 INFO kablam! | Sep 17 15:37:07.867 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::Multiplying` is not implemented for `A` Sep 17 15:37:07.867 INFO kablam! ... Sep 17 15:37:07.867 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.867 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.867 INFO kablam! 1011 | | Sep 17 15:37:07.867 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.867 INFO kablam! ... | Sep 17 15:37:07.867 INFO kablam! 1138 | | } Sep 17 15:37:07.867 INFO kablam! 1139 | | } Sep 17 15:37:07.867 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.867 INFO kablam! | Sep 17 15:37:07.867 INFO kablam! = help: consider adding a `where A: tests_1::Multiplying` bound Sep 17 15:37:07.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.867 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.867 INFO kablam! Sep 17 15:37:07.867 INFO kablam! error: the trait bound `A: tests_1::NatIf` is not satisfied Sep 17 15:37:07.868 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.868 INFO kablam! | Sep 17 15:37:07.868 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::NatIf` is not implemented for `A` Sep 17 15:37:07.868 INFO kablam! ... Sep 17 15:37:07.868 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.868 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.868 INFO kablam! 1011 | | Sep 17 15:37:07.868 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.868 INFO kablam! ... | Sep 17 15:37:07.868 INFO kablam! 1138 | | } Sep 17 15:37:07.868 INFO kablam! 1139 | | } Sep 17 15:37:07.868 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.868 INFO kablam! | Sep 17 15:37:07.868 INFO kablam! = help: consider adding a `where A: tests_1::NatIf` bound Sep 17 15:37:07.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.868 INFO kablam! Sep 17 15:37:07.868 INFO kablam! error: the trait bound `A: tests_1::NatIsUndefined` is not satisfied Sep 17 15:37:07.868 INFO kablam! --> src/lib.rs:812:49 Sep 17 15:37:07.868 INFO kablam! | Sep 17 15:37:07.868 INFO kablam! 812 | pub type $alias < $fsym $($fbound)* > = <$fsym as $machine>::Output; Sep 17 15:37:07.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::NatIsUndefined` is not implemented for `A` Sep 17 15:37:07.868 INFO kablam! ... Sep 17 15:37:07.868 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.868 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.868 INFO kablam! 1011 | | Sep 17 15:37:07.868 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.868 INFO kablam! ... | Sep 17 15:37:07.868 INFO kablam! 1138 | | } Sep 17 15:37:07.868 INFO kablam! 1139 | | } Sep 17 15:37:07.868 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.868 INFO kablam! | Sep 17 15:37:07.868 INFO kablam! = help: consider adding a `where A: tests_1::NatIsUndefined` bound Sep 17 15:37:07.868 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.868 INFO kablam! Sep 17 15:37:07.884 INFO kablam! error: the trait bound `A: tests_1::NatUndefined` is not satisfied Sep 17 15:37:07.884 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.884 INFO kablam! | Sep 17 15:37:07.884 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::NatUndefined` is not implemented for `A` Sep 17 15:37:07.884 INFO kablam! ... Sep 17 15:37:07.884 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.887 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.887 INFO kablam! 1011 | | Sep 17 15:37:07.887 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.887 INFO kablam! ... | Sep 17 15:37:07.887 INFO kablam! 1138 | | } Sep 17 15:37:07.887 INFO kablam! 1139 | | } Sep 17 15:37:07.887 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.887 INFO kablam! | Sep 17 15:37:07.887 INFO kablam! = help: consider adding a `where A: tests_1::NatUndefined` bound Sep 17 15:37:07.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.887 INFO kablam! Sep 17 15:37:07.887 INFO kablam! error: the trait bound `A: tests_1::TotalSubtracting` is not satisfied Sep 17 15:37:07.887 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.887 INFO kablam! | Sep 17 15:37:07.887 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::TotalSubtracting` is not implemented for `A` Sep 17 15:37:07.887 INFO kablam! ... Sep 17 15:37:07.887 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.887 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.887 INFO kablam! 1011 | | Sep 17 15:37:07.887 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.887 INFO kablam! ... | Sep 17 15:37:07.887 INFO kablam! 1138 | | } Sep 17 15:37:07.887 INFO kablam! 1139 | | } Sep 17 15:37:07.887 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.887 INFO kablam! | Sep 17 15:37:07.887 INFO kablam! = help: consider adding a `where A: tests_1::TotalSubtracting` bound Sep 17 15:37:07.887 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.887 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.887 INFO kablam! Sep 17 15:37:07.905 INFO kablam! error: the trait bound `A: tests_1::Quotienting` is not satisfied Sep 17 15:37:07.905 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.905 INFO kablam! | Sep 17 15:37:07.905 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::Quotienting` is not implemented for `A` Sep 17 15:37:07.905 INFO kablam! ... Sep 17 15:37:07.905 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.905 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.905 INFO kablam! 1011 | | Sep 17 15:37:07.905 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.905 INFO kablam! ... | Sep 17 15:37:07.905 INFO kablam! 1138 | | } Sep 17 15:37:07.905 INFO kablam! 1139 | | } Sep 17 15:37:07.905 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.905 INFO kablam! | Sep 17 15:37:07.905 INFO kablam! = help: consider adding a `where A: tests_1::Quotienting` bound Sep 17 15:37:07.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.905 INFO kablam! Sep 17 15:37:07.905 INFO kablam! error: the trait bound `A: tests_1::Remaindering` is not satisfied Sep 17 15:37:07.905 INFO kablam! --> src/lib.rs:802:71 Sep 17 15:37:07.905 INFO kablam! | Sep 17 15:37:07.905 INFO kablam! 802 | pub type $alias < $fsym $($fbound)* $(, $sym $($bound)*)+ > = <$fsym as $machine< $($sym),+ >>::Output; Sep 17 15:37:07.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `tests_1::Remaindering` is not implemented for `A` Sep 17 15:37:07.905 INFO kablam! ... Sep 17 15:37:07.905 INFO kablam! 1009 | / type_operators! { Sep 17 15:37:07.905 INFO kablam! 1010 | | [A, B, C, D, E] Sep 17 15:37:07.905 INFO kablam! 1011 | | Sep 17 15:37:07.905 INFO kablam! 1012 | | concrete Nat => usize { Sep 17 15:37:07.905 INFO kablam! ... | Sep 17 15:37:07.905 INFO kablam! 1138 | | } Sep 17 15:37:07.905 INFO kablam! 1139 | | } Sep 17 15:37:07.905 INFO kablam! | |_____- in this macro invocation Sep 17 15:37:07.905 INFO kablam! | Sep 17 15:37:07.905 INFO kablam! = help: consider adding a `where A: tests_1::Remaindering` bound Sep 17 15:37:07.905 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:07.905 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:07.905 INFO kablam! Sep 17 15:37:07.922 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:07.922 INFO kablam! --> tests/flexible_machines.rs:14:15 Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! 14 | (Foo) Bar(All, All, All, All): All { Sep 17 15:37:07.922 INFO kablam! | ^^^ Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 17 15:37:07.922 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:07.922 INFO kablam! Sep 17 15:37:07.922 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:07.922 INFO kablam! --> tests/flexible_machines.rs:14:20 Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! 14 | (Foo) Bar(All, All, All, All): All { Sep 17 15:37:07.922 INFO kablam! | ^^^ Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:07.922 INFO kablam! Sep 17 15:37:07.922 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:07.922 INFO kablam! --> tests/flexible_machines.rs:14:25 Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! 14 | (Foo) Bar(All, All, All, All): All { Sep 17 15:37:07.922 INFO kablam! | ^^^ Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:07.922 INFO kablam! Sep 17 15:37:07.922 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:07.922 INFO kablam! --> tests/flexible_machines.rs:14:30 Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! 14 | (Foo) Bar(All, All, All, All): All { Sep 17 15:37:07.922 INFO kablam! | ^^^ Sep 17 15:37:07.922 INFO kablam! | Sep 17 15:37:07.922 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:07.922 INFO kablam! Sep 17 15:37:07.935 INFO kablam! warning: unused `#[macro_use]` import Sep 17 15:37:07.935 INFO kablam! --> tests/specialization_data.rs:3:1 Sep 17 15:37:07.935 INFO kablam! | Sep 17 15:37:07.935 INFO kablam! 3 | #[macro_use] Sep 17 15:37:07.935 INFO kablam! | ^^^^^^^^^^^^ Sep 17 15:37:07.935 INFO kablam! | Sep 17 15:37:07.935 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 15:37:07.936 INFO kablam! Sep 17 15:37:07.955 INFO kablam! error: aborting due to 11 previous errors Sep 17 15:37:07.956 INFO kablam! Sep 17 15:37:07.981 INFO kablam! error: Could not compile `type-operators`. Sep 17 15:37:07.981 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:37:07.996 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:07.996 INFO kablam! --> tests/multi_parameter_data.rs:19:24 Sep 17 15:37:07.996 INFO kablam! | Sep 17 15:37:07.996 INFO kablam! 19 | (Int2First) Int2P1(IntPair): Int { Sep 17 15:37:07.996 INFO kablam! | ^^^^^^^ Sep 17 15:37:07.996 INFO kablam! | Sep 17 15:37:07.996 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 17 15:37:07.996 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:07.996 INFO kablam! Sep 17 15:37:07.996 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:07.996 INFO kablam! --> tests/multi_parameter_data.rs:25:25 Sep 17 15:37:07.996 INFO kablam! | Sep 17 15:37:07.996 INFO kablam! 25 | (Int2Second) Int2P2(IntPair): Int { Sep 17 15:37:07.996 INFO kablam! | ^^^^^^^ Sep 17 15:37:07.996 INFO kablam! | Sep 17 15:37:07.996 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:07.996 INFO kablam! Sep 17 15:37:08.079 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:08.079 INFO kablam! --> tests/disable_without_specialization.rs:19:18 Sep 17 15:37:08.079 INFO kablam! | Sep 17 15:37:08.079 INFO kablam! 19 | (Sum) Adding(Nat, Nat): Nat { Sep 17 15:37:08.079 INFO kablam! | ^^^ Sep 17 15:37:08.079 INFO kablam! | Sep 17 15:37:08.079 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 17 15:37:08.079 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:08.079 INFO kablam! Sep 17 15:37:08.079 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:08.079 INFO kablam! --> tests/disable_without_specialization.rs:19:23 Sep 17 15:37:08.079 INFO kablam! | Sep 17 15:37:08.079 INFO kablam! 19 | (Sum) Adding(Nat, Nat): Nat { Sep 17 15:37:08.079 INFO kablam! | ^^^ Sep 17 15:37:08.079 INFO kablam! | Sep 17 15:37:08.079 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:08.079 INFO kablam! Sep 17 15:37:08.235 INFO kablam! error: the trait bound `Nil: Program` is not satisfied Sep 17 15:37:08.235 INFO kablam! --> tests/smallfsck.rs:82:27 Sep 17 15:37:08.235 INFO kablam! | Sep 17 15:37:08.235 INFO kablam! 82 | (> $($prog:tt)*) => { Right }; Sep 17 15:37:08.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `Program` is not implemented for `Nil` Sep 17 15:37:08.235 INFO kablam! ... Sep 17 15:37:08.235 INFO kablam! 89 | type Example = sf!{ Sep 17 15:37:08.235 INFO kablam! | ________________- Sep 17 15:37:08.235 INFO kablam! 90 | | > * > * > * > [ * < ] Sep 17 15:37:08.235 INFO kablam! 91 | | }; Sep 17 15:37:08.235 INFO kablam! | |_- in this macro invocation Sep 17 15:37:08.235 INFO kablam! | Sep 17 15:37:08.235 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:37:08.235 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:37:08.235 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:37:08.235 INFO kablam! Sep 17 15:37:08.237 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:08.237 INFO kablam! --> tests/doc_comments.rs:24:18 Sep 17 15:37:08.237 INFO kablam! | Sep 17 15:37:08.237 INFO kablam! 24 | (Sum) Adding(Nat, Nat): Nat { Sep 17 15:37:08.237 INFO kablam! | ^^^ Sep 17 15:37:08.237 INFO kablam! | Sep 17 15:37:08.237 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 17 15:37:08.237 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:08.237 INFO kablam! Sep 17 15:37:08.237 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 17 15:37:08.237 INFO kablam! --> tests/doc_comments.rs:24:23 Sep 17 15:37:08.237 INFO kablam! | Sep 17 15:37:08.237 INFO kablam! 24 | (Sum) Adding(Nat, Nat): Nat { Sep 17 15:37:08.237 INFO kablam! | ^^^ Sep 17 15:37:08.237 INFO kablam! | Sep 17 15:37:08.237 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 17 15:37:08.237 INFO kablam! Sep 17 15:37:08.247 INFO kablam! error: aborting due to previous error Sep 17 15:37:08.247 INFO kablam! Sep 17 15:37:08.254 INFO kablam! error: Could not compile `type-operators`. Sep 17 15:37:08.255 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:37:08.260 INFO kablam! error: build failed Sep 17 15:37:08.268 INFO kablam! su: No module specific data is present Sep 17 15:37:09.001 INFO running `"docker" "rm" "-f" "4e081189cf366a23d26ae894b764a0a825b183a20a5efdae362d1c0e1b51d11d"` Sep 17 15:37:09.104 INFO blam! 4e081189cf366a23d26ae894b764a0a825b183a20a5efdae362d1c0e1b51d11d