Sep 01 04:15:54.297 INFO checking flatten-0.2.1 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 04:15:54.297 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 04:15:54.298 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:15:54.529 INFO blam! 4476cabb613e25c14dccb3e04d7d5312d817dccb72455663a6f7639838996c35 Sep 01 04:15:54.532 INFO running `"docker" "start" "-a" "4476cabb613e25c14dccb3e04d7d5312d817dccb72455663a6f7639838996c35"` Sep 01 04:15:55.264 INFO kablam! Checking flatten v0.2.1 (file:///source) Sep 01 04:15:55.311 INFO kablam! warning: unknown lint: `auto_impl` Sep 01 04:15:55.311 INFO kablam! --> src/cons/mod.rs:24:9 Sep 01 04:15:55.311 INFO kablam! | Sep 01 04:15:55.311 INFO kablam! 24 | #[allow(auto_impl)] Sep 01 04:15:55.311 INFO kablam! | ^^^^^^^^^ Sep 01 04:15:55.311 INFO kablam! | Sep 01 04:15:55.311 INFO kablam! = note: #[warn(unknown_lints)] on by default Sep 01 04:15:55.311 INFO kablam! Sep 01 04:15:55.312 INFO kablam! warning: unknown lint: `auto_impl` Sep 01 04:15:55.312 INFO kablam! --> src/into_cons.rs:141:9 Sep 01 04:15:55.312 INFO kablam! | Sep 01 04:15:55.312 INFO kablam! 141 | #[allow(auto_impl)] Sep 01 04:15:55.312 INFO kablam! | ^^^^^^^^^ Sep 01 04:15:55.312 INFO kablam! Sep 01 04:15:55.332 INFO kablam! warning: unknown lint: `auto_impl` Sep 01 04:15:55.332 INFO kablam! --> src/cons/mod.rs:24:9 Sep 01 04:15:55.332 INFO kablam! | Sep 01 04:15:55.332 INFO kablam! 24 | #[allow(auto_impl)] Sep 01 04:15:55.332 INFO kablam! | ^^^^^^^^^ Sep 01 04:15:55.332 INFO kablam! | Sep 01 04:15:55.332 INFO kablam! = note: #[warn(unknown_lints)] on by default Sep 01 04:15:55.332 INFO kablam! Sep 01 04:15:55.332 INFO kablam! warning: unknown lint: `auto_impl` Sep 01 04:15:55.332 INFO kablam! --> src/into_cons.rs:141:9 Sep 01 04:15:55.332 INFO kablam! | Sep 01 04:15:55.332 INFO kablam! 141 | #[allow(auto_impl)] Sep 01 04:15:55.332 INFO kablam! | ^^^^^^^^^ Sep 01 04:15:55.332 INFO kablam! Sep 01 04:15:55.637 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 01 04:15:55.637 INFO kablam! --> src/cons/mod.rs:25:1 Sep 01 04:15:55.637 INFO kablam! | Sep 01 04:15:55.637 INFO kablam! 25 | impl ValidHead for ..{} Sep 01 04:15:55.637 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.637 INFO kablam! | Sep 01 04:15:55.637 INFO kablam! = help: use `auto trait Trait {}` instead Sep 01 04:15:55.637 INFO kablam! Sep 01 04:15:55.638 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 01 04:15:55.638 INFO kablam! --> src/into_cons.rs:142:1 Sep 01 04:15:55.638 INFO kablam! | Sep 01 04:15:55.638 INFO kablam! 142 | impl NotTuple for ..{} Sep 01 04:15:55.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.638 INFO kablam! | Sep 01 04:15:55.638 INFO kablam! = help: use `auto trait Trait {}` instead Sep 01 04:15:55.638 INFO kablam! Sep 01 04:15:55.962 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:55.963 INFO kablam! --> src/cons/fix.rs:93:6 Sep 01 04:15:55.963 INFO kablam! | Sep 01 04:15:55.963 INFO kablam! 93 | impl AssertValid for Cons {} Sep 01 04:15:55.963 INFO kablam! | ^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:55.963 INFO kablam! | Sep 01 04:15:55.964 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:55.964 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.965 INFO kablam! Sep 01 04:15:55.966 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:55.966 INFO kablam! --> src/cons/fix.rs:93:6 Sep 01 04:15:55.966 INFO kablam! | Sep 01 04:15:55.966 INFO kablam! 93 | impl AssertValid for Cons {} Sep 01 04:15:55.966 INFO kablam! | ^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:55.966 INFO kablam! | Sep 01 04:15:55.966 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.966 INFO kablam! as cons::Append> Sep 01 04:15:55.966 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.966 INFO kablam! Sep 01 04:15:55.967 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:55.967 INFO kablam! --> src/cons/fix.rs:95:6 Sep 01 04:15:55.967 INFO kablam! | Sep 01 04:15:55.967 INFO kablam! 95 | impl AssertFix> for Cons, Nil> {} Sep 01 04:15:55.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:55.967 INFO kablam! | Sep 01 04:15:55.967 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:55.968 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.968 INFO kablam! Sep 01 04:15:55.968 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:55.968 INFO kablam! --> src/cons/fix.rs:95:6 Sep 01 04:15:55.968 INFO kablam! | Sep 01 04:15:55.968 INFO kablam! 95 | impl AssertFix> for Cons, Nil> {} Sep 01 04:15:55.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:55.968 INFO kablam! | Sep 01 04:15:55.968 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.968 INFO kablam! as cons::Append> Sep 01 04:15:55.968 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.968 INFO kablam! Sep 01 04:15:55.968 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::fix::FixHead` is not satisfied Sep 01 04:15:55.968 INFO kablam! --> src/cons/fix.rs:95:6 Sep 01 04:15:55.968 INFO kablam! | Sep 01 04:15:55.968 INFO kablam! 95 | impl AssertFix> for Cons, Nil> {} Sep 01 04:15:55.968 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::fix::FixHead` is not implemented for `cons::Cons` Sep 01 04:15:55.968 INFO kablam! | Sep 01 04:15:55.968 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.968 INFO kablam! as cons::fix::FixHead> Sep 01 04:15:55.968 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons, cons::Nil>` Sep 01 04:15:55.968 INFO kablam! Sep 01 04:15:55.971 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:55.971 INFO kablam! --> src/cons/fix.rs:96:6 Sep 01 04:15:55.971 INFO kablam! | Sep 01 04:15:55.971 INFO kablam! 96 | impl AssertFix> for Cons, Nil>, Nil> {} Sep 01 04:15:55.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:55.971 INFO kablam! | Sep 01 04:15:55.971 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:55.971 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.971 INFO kablam! Sep 01 04:15:55.971 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:55.971 INFO kablam! --> src/cons/fix.rs:96:6 Sep 01 04:15:55.971 INFO kablam! | Sep 01 04:15:55.971 INFO kablam! 96 | impl AssertFix> for Cons, Nil>, Nil> {} Sep 01 04:15:55.971 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:55.971 INFO kablam! | Sep 01 04:15:55.971 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.971 INFO kablam! as cons::Append> Sep 01 04:15:55.971 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.971 INFO kablam! Sep 01 04:15:55.971 INFO kablam! error[E0277]: the trait bound `cons::Cons, cons::Nil>: cons::fix::FixHead` is not satisfied Sep 01 04:15:55.972 INFO kablam! --> src/cons/fix.rs:96:6 Sep 01 04:15:55.972 INFO kablam! | Sep 01 04:15:55.972 INFO kablam! 96 | impl AssertFix> for Cons, Nil>, Nil> {} Sep 01 04:15:55.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::fix::FixHead` is not implemented for `cons::Cons, cons::Nil>` Sep 01 04:15:55.972 INFO kablam! | Sep 01 04:15:55.972 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.972 INFO kablam! as cons::fix::FixHead> Sep 01 04:15:55.972 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons, cons::Nil>, cons::Nil>` Sep 01 04:15:55.972 INFO kablam! Sep 01 04:15:55.972 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:55.972 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:55.972 INFO kablam! | Sep 01 04:15:55.972 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:55.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:55.972 INFO kablam! | Sep 01 04:15:55.972 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:55.972 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:55.972 INFO kablam! Sep 01 04:15:55.972 INFO kablam! error[E0277]: the trait bound `u64: cons::ValidHead` is not satisfied Sep 01 04:15:55.972 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:55.972 INFO kablam! | Sep 01 04:15:55.973 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:55.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `u64` Sep 01 04:15:55.973 INFO kablam! | Sep 01 04:15:55.973 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `u64` Sep 01 04:15:55.973 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.973 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:55.973 INFO kablam! Sep 01 04:15:55.973 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:55.973 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:55.973 INFO kablam! | Sep 01 04:15:55.973 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:55.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:55.973 INFO kablam! | Sep 01 04:15:55.973 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.973 INFO kablam! as cons::Append> Sep 01 04:15:55.973 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:55.973 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:55.973 INFO kablam! Sep 01 04:15:55.976 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append<_>` is not satisfied Sep 01 04:15:55.976 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:55.976 INFO kablam! | Sep 01 04:15:55.976 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:55.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append<_>` is not implemented for `cons::Cons` Sep 01 04:15:55.976 INFO kablam! | Sep 01 04:15:55.976 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.976 INFO kablam! as cons::Append> Sep 01 04:15:55.976 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:55.976 INFO kablam! Sep 01 04:15:55.976 INFO kablam! error[E0277]: the trait bound `cons::Cons, cons::Cons>: cons::fix::FixHead` is not satisfied Sep 01 04:15:55.976 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:55.976 INFO kablam! | Sep 01 04:15:55.976 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:55.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::fix::FixHead` is not implemented for `cons::Cons, cons::Cons>` Sep 01 04:15:55.976 INFO kablam! | Sep 01 04:15:55.977 INFO kablam! = help: the following implementations were found: Sep 01 04:15:55.977 INFO kablam! as cons::fix::FixHead> Sep 01 04:15:55.977 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons, cons::Cons>, cons::Nil>` Sep 01 04:15:55.977 INFO kablam! Sep 01 04:15:55.977 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:55.977 INFO kablam! --> src/cons/mod.rs:26:1 Sep 01 04:15:55.977 INFO kablam! | Sep 01 04:15:55.977 INFO kablam! 26 | impl !ValidHead for Nil {} Sep 01 04:15:55.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.977 INFO kablam! Sep 01 04:15:55.977 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:55.977 INFO kablam! --> src/cons/mod.rs:27:1 Sep 01 04:15:55.977 INFO kablam! | Sep 01 04:15:55.977 INFO kablam! 27 | impl !ValidHead for Cons {} Sep 01 04:15:55.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.977 INFO kablam! Sep 01 04:15:55.985 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:55.985 INFO kablam! --> src/into_cons.rs:143:1 Sep 01 04:15:55.985 INFO kablam! | Sep 01 04:15:55.985 INFO kablam! 143 | impl !NotTuple for () {} Sep 01 04:15:55.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.985 INFO kablam! Sep 01 04:15:55.985 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:55.985 INFO kablam! --> src/into_cons.rs:144:1 Sep 01 04:15:55.985 INFO kablam! | Sep 01 04:15:55.985 INFO kablam! 144 | impl !NotTuple for (A,) {} Sep 01 04:15:55.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.985 INFO kablam! Sep 01 04:15:55.986 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:55.986 INFO kablam! --> src/into_cons.rs:145:1 Sep 01 04:15:55.986 INFO kablam! | Sep 01 04:15:55.986 INFO kablam! 145 | impl !NotTuple for Either {} Sep 01 04:15:55.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.986 INFO kablam! Sep 01 04:15:55.998 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:55.998 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:55.998 INFO kablam! | Sep 01 04:15:55.998 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:55.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:55.998 INFO kablam! ... Sep 01 04:15:55.998 INFO kablam! 237 | / impl_for_tuple! { Sep 01 04:15:55.998 INFO kablam! 238 | | (0, A), Sep 01 04:15:55.998 INFO kablam! 239 | | (1, B), Sep 01 04:15:55.998 INFO kablam! 240 | | } Sep 01 04:15:55.998 INFO kablam! | |_- in this macro invocation Sep 01 04:15:55.998 INFO kablam! Sep 01 04:15:56.003 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.003 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.003 INFO kablam! | Sep 01 04:15:56.003 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.003 INFO kablam! ... Sep 01 04:15:56.003 INFO kablam! 242 | / impl_for_tuple! { Sep 01 04:15:56.003 INFO kablam! 243 | | (0, A), Sep 01 04:15:56.003 INFO kablam! 244 | | (1, B), Sep 01 04:15:56.003 INFO kablam! 245 | | (2, C), Sep 01 04:15:56.003 INFO kablam! 246 | | } Sep 01 04:15:56.003 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.003 INFO kablam! Sep 01 04:15:56.009 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.009 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.009 INFO kablam! | Sep 01 04:15:56.009 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.009 INFO kablam! ... Sep 01 04:15:56.009 INFO kablam! 248 | / impl_for_tuple! { Sep 01 04:15:56.009 INFO kablam! 249 | | (0, A), Sep 01 04:15:56.009 INFO kablam! 250 | | (1, B), Sep 01 04:15:56.009 INFO kablam! 251 | | (2, C), Sep 01 04:15:56.009 INFO kablam! 252 | | (3, D), Sep 01 04:15:56.009 INFO kablam! 253 | | } Sep 01 04:15:56.009 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.010 INFO kablam! Sep 01 04:15:56.018 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.018 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.018 INFO kablam! | Sep 01 04:15:56.018 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.018 INFO kablam! ... Sep 01 04:15:56.019 INFO kablam! 255 | / impl_for_tuple! { Sep 01 04:15:56.019 INFO kablam! 256 | | (0, A), Sep 01 04:15:56.019 INFO kablam! 257 | | (1, B), Sep 01 04:15:56.019 INFO kablam! 258 | | (2, C), Sep 01 04:15:56.019 INFO kablam! 259 | | (3, D), Sep 01 04:15:56.019 INFO kablam! 260 | | (4, E), Sep 01 04:15:56.019 INFO kablam! 261 | | } Sep 01 04:15:56.019 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.019 INFO kablam! Sep 01 04:15:56.019 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 01 04:15:56.019 INFO kablam! --> src/cons/mod.rs:25:1 Sep 01 04:15:56.020 INFO kablam! | Sep 01 04:15:56.020 INFO kablam! 25 | impl ValidHead for ..{} Sep 01 04:15:56.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.020 INFO kablam! | Sep 01 04:15:56.020 INFO kablam! = help: use `auto trait Trait {}` instead Sep 01 04:15:56.020 INFO kablam! Sep 01 04:15:56.020 INFO kablam! error: `impl Trait for .. {}` is an obsolete syntax Sep 01 04:15:56.020 INFO kablam! --> src/into_cons.rs:142:1 Sep 01 04:15:56.020 INFO kablam! | Sep 01 04:15:56.020 INFO kablam! 142 | impl NotTuple for ..{} Sep 01 04:15:56.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.020 INFO kablam! | Sep 01 04:15:56.020 INFO kablam! = help: use `auto trait Trait {}` instead Sep 01 04:15:56.020 INFO kablam! Sep 01 04:15:56.030 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.030 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.030 INFO kablam! | Sep 01 04:15:56.030 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.030 INFO kablam! ... Sep 01 04:15:56.030 INFO kablam! 263 | / impl_for_tuple! { Sep 01 04:15:56.030 INFO kablam! 264 | | (0, A), Sep 01 04:15:56.030 INFO kablam! 265 | | (1, B), Sep 01 04:15:56.030 INFO kablam! 266 | | (2, C), Sep 01 04:15:56.030 INFO kablam! ... | Sep 01 04:15:56.030 INFO kablam! 269 | | (5, F), Sep 01 04:15:56.030 INFO kablam! 270 | | } Sep 01 04:15:56.030 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.030 INFO kablam! Sep 01 04:15:56.043 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.043 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.043 INFO kablam! | Sep 01 04:15:56.044 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.044 INFO kablam! ... Sep 01 04:15:56.044 INFO kablam! 272 | / impl_for_tuple! { Sep 01 04:15:56.044 INFO kablam! 273 | | (0, A), Sep 01 04:15:56.044 INFO kablam! 274 | | (1, B), Sep 01 04:15:56.044 INFO kablam! 275 | | (2, C), Sep 01 04:15:56.044 INFO kablam! ... | Sep 01 04:15:56.044 INFO kablam! 279 | | (6, G), Sep 01 04:15:56.044 INFO kablam! 280 | | } Sep 01 04:15:56.044 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.044 INFO kablam! Sep 01 04:15:56.059 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.059 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.059 INFO kablam! | Sep 01 04:15:56.059 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.060 INFO kablam! ... Sep 01 04:15:56.060 INFO kablam! 282 | / impl_for_tuple! { Sep 01 04:15:56.060 INFO kablam! 283 | | (0, A), Sep 01 04:15:56.060 INFO kablam! 284 | | (1, B), Sep 01 04:15:56.060 INFO kablam! 285 | | (2, C), Sep 01 04:15:56.060 INFO kablam! ... | Sep 01 04:15:56.060 INFO kablam! 290 | | (7, H), Sep 01 04:15:56.060 INFO kablam! 291 | | } Sep 01 04:15:56.060 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.060 INFO kablam! Sep 01 04:15:56.077 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.077 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.077 INFO kablam! | Sep 01 04:15:56.077 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.077 INFO kablam! ... Sep 01 04:15:56.077 INFO kablam! 293 | / impl_for_tuple! { Sep 01 04:15:56.077 INFO kablam! 294 | | (0, A), Sep 01 04:15:56.077 INFO kablam! 295 | | (1, B), Sep 01 04:15:56.077 INFO kablam! 296 | | (2, C), Sep 01 04:15:56.077 INFO kablam! ... | Sep 01 04:15:56.078 INFO kablam! 302 | | (8, I), Sep 01 04:15:56.078 INFO kablam! 303 | | } Sep 01 04:15:56.078 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.078 INFO kablam! Sep 01 04:15:56.097 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.097 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.097 INFO kablam! | Sep 01 04:15:56.097 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.097 INFO kablam! ... Sep 01 04:15:56.097 INFO kablam! 305 | / impl_for_tuple! { Sep 01 04:15:56.097 INFO kablam! 306 | | (0, A), Sep 01 04:15:56.097 INFO kablam! 307 | | (1, B), Sep 01 04:15:56.097 INFO kablam! 308 | | (2, C), Sep 01 04:15:56.098 INFO kablam! ... | Sep 01 04:15:56.098 INFO kablam! 315 | | (9, J), Sep 01 04:15:56.098 INFO kablam! 316 | | } Sep 01 04:15:56.098 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.098 INFO kablam! Sep 01 04:15:56.120 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.120 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.120 INFO kablam! | Sep 01 04:15:56.120 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.120 INFO kablam! ... Sep 01 04:15:56.120 INFO kablam! 318 | / impl_for_tuple! { Sep 01 04:15:56.120 INFO kablam! 319 | | (0, A), Sep 01 04:15:56.120 INFO kablam! 320 | | (1, B), Sep 01 04:15:56.120 INFO kablam! 321 | | (2, C), Sep 01 04:15:56.120 INFO kablam! ... | Sep 01 04:15:56.120 INFO kablam! 329 | | (10, K), Sep 01 04:15:56.120 INFO kablam! 330 | | } Sep 01 04:15:56.120 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.121 INFO kablam! Sep 01 04:15:56.145 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.145 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.145 INFO kablam! | Sep 01 04:15:56.145 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.145 INFO kablam! ... Sep 01 04:15:56.145 INFO kablam! 332 | / impl_for_tuple! { Sep 01 04:15:56.145 INFO kablam! 333 | | (0, A), Sep 01 04:15:56.145 INFO kablam! 334 | | (1, B), Sep 01 04:15:56.145 INFO kablam! 335 | | (2, C), Sep 01 04:15:56.145 INFO kablam! ... | Sep 01 04:15:56.145 INFO kablam! 344 | | (11, L), Sep 01 04:15:56.145 INFO kablam! 345 | | } Sep 01 04:15:56.145 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.145 INFO kablam! Sep 01 04:15:56.506 INFO kablam! error: aborting due to 31 previous errors Sep 01 04:15:56.506 INFO kablam! Sep 01 04:15:56.506 INFO kablam! Some errors occurred: E0192, E0277. Sep 01 04:15:56.506 INFO kablam! For more information about an error, try `rustc --explain E0192`. Sep 01 04:15:56.512 INFO kablam! error: Could not compile `flatten`. Sep 01 04:15:56.512 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 04:15:56.559 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:56.559 INFO kablam! --> src/cons/fix.rs:93:6 Sep 01 04:15:56.559 INFO kablam! | Sep 01 04:15:56.559 INFO kablam! 93 | impl AssertValid for Cons {} Sep 01 04:15:56.559 INFO kablam! | ^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:56.559 INFO kablam! | Sep 01 04:15:56.559 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:56.559 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.559 INFO kablam! Sep 01 04:15:56.559 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:56.559 INFO kablam! --> src/cons/fix.rs:93:6 Sep 01 04:15:56.560 INFO kablam! | Sep 01 04:15:56.560 INFO kablam! 93 | impl AssertValid for Cons {} Sep 01 04:15:56.560 INFO kablam! | ^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:56.560 INFO kablam! | Sep 01 04:15:56.560 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.560 INFO kablam! as cons::Append> Sep 01 04:15:56.560 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.560 INFO kablam! Sep 01 04:15:56.560 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:56.560 INFO kablam! --> src/cons/fix.rs:95:6 Sep 01 04:15:56.560 INFO kablam! | Sep 01 04:15:56.560 INFO kablam! 95 | impl AssertFix> for Cons, Nil> {} Sep 01 04:15:56.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:56.561 INFO kablam! | Sep 01 04:15:56.561 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:56.561 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.561 INFO kablam! Sep 01 04:15:56.561 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:56.561 INFO kablam! --> src/cons/fix.rs:95:6 Sep 01 04:15:56.561 INFO kablam! | Sep 01 04:15:56.561 INFO kablam! 95 | impl AssertFix> for Cons, Nil> {} Sep 01 04:15:56.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:56.561 INFO kablam! | Sep 01 04:15:56.561 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.561 INFO kablam! as cons::Append> Sep 01 04:15:56.561 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.561 INFO kablam! Sep 01 04:15:56.561 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::fix::FixHead` is not satisfied Sep 01 04:15:56.561 INFO kablam! --> src/cons/fix.rs:95:6 Sep 01 04:15:56.561 INFO kablam! | Sep 01 04:15:56.561 INFO kablam! 95 | impl AssertFix> for Cons, Nil> {} Sep 01 04:15:56.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::fix::FixHead` is not implemented for `cons::Cons` Sep 01 04:15:56.561 INFO kablam! | Sep 01 04:15:56.562 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.562 INFO kablam! as cons::fix::FixHead> Sep 01 04:15:56.562 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons, cons::Nil>` Sep 01 04:15:56.562 INFO kablam! Sep 01 04:15:56.562 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:56.562 INFO kablam! --> src/cons/fix.rs:96:6 Sep 01 04:15:56.562 INFO kablam! | Sep 01 04:15:56.562 INFO kablam! 96 | impl AssertFix> for Cons, Nil>, Nil> {} Sep 01 04:15:56.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:56.562 INFO kablam! | Sep 01 04:15:56.562 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:56.562 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.562 INFO kablam! Sep 01 04:15:56.562 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:56.562 INFO kablam! --> src/cons/fix.rs:96:6 Sep 01 04:15:56.562 INFO kablam! | Sep 01 04:15:56.562 INFO kablam! 96 | impl AssertFix> for Cons, Nil>, Nil> {} Sep 01 04:15:56.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:56.562 INFO kablam! | Sep 01 04:15:56.562 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.562 INFO kablam! as cons::Append> Sep 01 04:15:56.562 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.562 INFO kablam! Sep 01 04:15:56.563 INFO kablam! error[E0277]: the trait bound `cons::Cons, cons::Nil>: cons::fix::FixHead` is not satisfied Sep 01 04:15:56.563 INFO kablam! --> src/cons/fix.rs:96:6 Sep 01 04:15:56.563 INFO kablam! | Sep 01 04:15:56.563 INFO kablam! 96 | impl AssertFix> for Cons, Nil>, Nil> {} Sep 01 04:15:56.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::fix::FixHead` is not implemented for `cons::Cons, cons::Nil>` Sep 01 04:15:56.563 INFO kablam! | Sep 01 04:15:56.563 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.563 INFO kablam! as cons::fix::FixHead> Sep 01 04:15:56.563 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons, cons::Nil>, cons::Nil>` Sep 01 04:15:56.563 INFO kablam! Sep 01 04:15:56.565 INFO kablam! error[E0277]: the trait bound `usize: cons::ValidHead` is not satisfied Sep 01 04:15:56.565 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:56.565 INFO kablam! | Sep 01 04:15:56.565 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:56.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `usize` Sep 01 04:15:56.565 INFO kablam! | Sep 01 04:15:56.565 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `usize` Sep 01 04:15:56.565 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:56.566 INFO kablam! Sep 01 04:15:56.566 INFO kablam! error[E0277]: the trait bound `u64: cons::ValidHead` is not satisfied Sep 01 04:15:56.566 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:56.566 INFO kablam! | Sep 01 04:15:56.566 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:56.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::ValidHead` is not implemented for `u64` Sep 01 04:15:56.566 INFO kablam! | Sep 01 04:15:56.566 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::FixHead` for `u64` Sep 01 04:15:56.566 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.566 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:56.566 INFO kablam! Sep 01 04:15:56.566 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append` is not satisfied Sep 01 04:15:56.566 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:56.566 INFO kablam! | Sep 01 04:15:56.566 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:56.566 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append` is not implemented for `cons::Cons` Sep 01 04:15:56.566 INFO kablam! | Sep 01 04:15:56.567 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.567 INFO kablam! as cons::Append> Sep 01 04:15:56.567 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons` Sep 01 04:15:56.567 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:56.567 INFO kablam! Sep 01 04:15:56.567 INFO kablam! error[E0277]: the trait bound `cons::Cons: cons::Append<_>` is not satisfied Sep 01 04:15:56.567 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:56.567 INFO kablam! | Sep 01 04:15:56.567 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:56.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::Append<_>` is not implemented for `cons::Cons` Sep 01 04:15:56.567 INFO kablam! | Sep 01 04:15:56.567 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.567 INFO kablam! as cons::Append> Sep 01 04:15:56.567 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons>` Sep 01 04:15:56.568 INFO kablam! Sep 01 04:15:56.568 INFO kablam! error[E0277]: the trait bound `cons::Cons, cons::Cons>: cons::fix::FixHead` is not satisfied Sep 01 04:15:56.568 INFO kablam! --> src/cons/fix.rs:98:6 Sep 01 04:15:56.568 INFO kablam! | Sep 01 04:15:56.568 INFO kablam! 98 | impl AssertFix>> for Cons, Cons>, Nil> {} Sep 01 04:15:56.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `cons::fix::FixHead` is not implemented for `cons::Cons, cons::Cons>` Sep 01 04:15:56.569 INFO kablam! | Sep 01 04:15:56.569 INFO kablam! = help: the following implementations were found: Sep 01 04:15:56.569 INFO kablam! as cons::fix::FixHead> Sep 01 04:15:56.569 INFO kablam! = note: required because of the requirements on the impl of `cons::fix::Fix` for `cons::Cons, cons::Cons>, cons::Nil>` Sep 01 04:15:56.569 INFO kablam! Sep 01 04:15:56.569 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.569 INFO kablam! --> src/cons/mod.rs:26:1 Sep 01 04:15:56.569 INFO kablam! | Sep 01 04:15:56.569 INFO kablam! 26 | impl !ValidHead for Nil {} Sep 01 04:15:56.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.569 INFO kablam! Sep 01 04:15:56.569 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.569 INFO kablam! --> src/cons/mod.rs:27:1 Sep 01 04:15:56.569 INFO kablam! | Sep 01 04:15:56.569 INFO kablam! 27 | impl !ValidHead for Cons {} Sep 01 04:15:56.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.569 INFO kablam! Sep 01 04:15:56.580 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.580 INFO kablam! --> src/into_cons.rs:143:1 Sep 01 04:15:56.581 INFO kablam! | Sep 01 04:15:56.581 INFO kablam! 143 | impl !NotTuple for () {} Sep 01 04:15:56.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.581 INFO kablam! Sep 01 04:15:56.581 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.581 INFO kablam! --> src/into_cons.rs:144:1 Sep 01 04:15:56.581 INFO kablam! | Sep 01 04:15:56.581 INFO kablam! 144 | impl !NotTuple for (A,) {} Sep 01 04:15:56.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.581 INFO kablam! Sep 01 04:15:56.581 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.581 INFO kablam! --> src/into_cons.rs:145:1 Sep 01 04:15:56.581 INFO kablam! | Sep 01 04:15:56.581 INFO kablam! 145 | impl !NotTuple for Either {} Sep 01 04:15:56.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.581 INFO kablam! Sep 01 04:15:56.595 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.595 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.595 INFO kablam! | Sep 01 04:15:56.595 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.595 INFO kablam! ... Sep 01 04:15:56.595 INFO kablam! 237 | / impl_for_tuple! { Sep 01 04:15:56.595 INFO kablam! 238 | | (0, A), Sep 01 04:15:56.595 INFO kablam! 239 | | (1, B), Sep 01 04:15:56.595 INFO kablam! 240 | | } Sep 01 04:15:56.595 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.595 INFO kablam! Sep 01 04:15:56.600 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.600 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.601 INFO kablam! | Sep 01 04:15:56.601 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.601 INFO kablam! ... Sep 01 04:15:56.601 INFO kablam! 242 | / impl_for_tuple! { Sep 01 04:15:56.601 INFO kablam! 243 | | (0, A), Sep 01 04:15:56.601 INFO kablam! 244 | | (1, B), Sep 01 04:15:56.601 INFO kablam! 245 | | (2, C), Sep 01 04:15:56.601 INFO kablam! 246 | | } Sep 01 04:15:56.601 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.601 INFO kablam! Sep 01 04:15:56.608 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.608 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.608 INFO kablam! | Sep 01 04:15:56.608 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.608 INFO kablam! ... Sep 01 04:15:56.608 INFO kablam! 248 | / impl_for_tuple! { Sep 01 04:15:56.608 INFO kablam! 249 | | (0, A), Sep 01 04:15:56.608 INFO kablam! 250 | | (1, B), Sep 01 04:15:56.608 INFO kablam! 251 | | (2, C), Sep 01 04:15:56.608 INFO kablam! 252 | | (3, D), Sep 01 04:15:56.608 INFO kablam! 253 | | } Sep 01 04:15:56.608 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.609 INFO kablam! Sep 01 04:15:56.618 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.618 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.618 INFO kablam! | Sep 01 04:15:56.618 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.618 INFO kablam! ... Sep 01 04:15:56.618 INFO kablam! 255 | / impl_for_tuple! { Sep 01 04:15:56.618 INFO kablam! 256 | | (0, A), Sep 01 04:15:56.618 INFO kablam! 257 | | (1, B), Sep 01 04:15:56.618 INFO kablam! 258 | | (2, C), Sep 01 04:15:56.618 INFO kablam! 259 | | (3, D), Sep 01 04:15:56.618 INFO kablam! 260 | | (4, E), Sep 01 04:15:56.618 INFO kablam! 261 | | } Sep 01 04:15:56.618 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.618 INFO kablam! Sep 01 04:15:56.629 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.629 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.629 INFO kablam! | Sep 01 04:15:56.629 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.629 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.629 INFO kablam! ... Sep 01 04:15:56.629 INFO kablam! 263 | / impl_for_tuple! { Sep 01 04:15:56.629 INFO kablam! 264 | | (0, A), Sep 01 04:15:56.629 INFO kablam! 265 | | (1, B), Sep 01 04:15:56.629 INFO kablam! 266 | | (2, C), Sep 01 04:15:56.630 INFO kablam! ... | Sep 01 04:15:56.630 INFO kablam! 269 | | (5, F), Sep 01 04:15:56.630 INFO kablam! 270 | | } Sep 01 04:15:56.630 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.630 INFO kablam! Sep 01 04:15:56.643 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.643 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.643 INFO kablam! | Sep 01 04:15:56.643 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.643 INFO kablam! ... Sep 01 04:15:56.643 INFO kablam! 272 | / impl_for_tuple! { Sep 01 04:15:56.643 INFO kablam! 273 | | (0, A), Sep 01 04:15:56.643 INFO kablam! 274 | | (1, B), Sep 01 04:15:56.643 INFO kablam! 275 | | (2, C), Sep 01 04:15:56.643 INFO kablam! ... | Sep 01 04:15:56.643 INFO kablam! 279 | | (6, G), Sep 01 04:15:56.643 INFO kablam! 280 | | } Sep 01 04:15:56.643 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.644 INFO kablam! Sep 01 04:15:56.660 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.660 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.660 INFO kablam! | Sep 01 04:15:56.660 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.660 INFO kablam! ... Sep 01 04:15:56.660 INFO kablam! 282 | / impl_for_tuple! { Sep 01 04:15:56.660 INFO kablam! 283 | | (0, A), Sep 01 04:15:56.660 INFO kablam! 284 | | (1, B), Sep 01 04:15:56.660 INFO kablam! 285 | | (2, C), Sep 01 04:15:56.660 INFO kablam! ... | Sep 01 04:15:56.660 INFO kablam! 290 | | (7, H), Sep 01 04:15:56.660 INFO kablam! 291 | | } Sep 01 04:15:56.661 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.661 INFO kablam! Sep 01 04:15:56.679 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.679 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.679 INFO kablam! | Sep 01 04:15:56.679 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.679 INFO kablam! ... Sep 01 04:15:56.680 INFO kablam! 293 | / impl_for_tuple! { Sep 01 04:15:56.680 INFO kablam! 294 | | (0, A), Sep 01 04:15:56.680 INFO kablam! 295 | | (1, B), Sep 01 04:15:56.680 INFO kablam! 296 | | (2, C), Sep 01 04:15:56.680 INFO kablam! ... | Sep 01 04:15:56.680 INFO kablam! 302 | | (8, I), Sep 01 04:15:56.680 INFO kablam! 303 | | } Sep 01 04:15:56.680 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.680 INFO kablam! Sep 01 04:15:56.700 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.700 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.701 INFO kablam! | Sep 01 04:15:56.701 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.701 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.701 INFO kablam! ... Sep 01 04:15:56.701 INFO kablam! 305 | / impl_for_tuple! { Sep 01 04:15:56.701 INFO kablam! 306 | | (0, A), Sep 01 04:15:56.701 INFO kablam! 307 | | (1, B), Sep 01 04:15:56.701 INFO kablam! 308 | | (2, C), Sep 01 04:15:56.701 INFO kablam! ... | Sep 01 04:15:56.701 INFO kablam! 315 | | (9, J), Sep 01 04:15:56.701 INFO kablam! 316 | | } Sep 01 04:15:56.701 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.701 INFO kablam! Sep 01 04:15:56.723 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.723 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.724 INFO kablam! | Sep 01 04:15:56.724 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.724 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.724 INFO kablam! ... Sep 01 04:15:56.724 INFO kablam! 318 | / impl_for_tuple! { Sep 01 04:15:56.724 INFO kablam! 319 | | (0, A), Sep 01 04:15:56.724 INFO kablam! 320 | | (1, B), Sep 01 04:15:56.724 INFO kablam! 321 | | (2, C), Sep 01 04:15:56.724 INFO kablam! ... | Sep 01 04:15:56.724 INFO kablam! 329 | | (10, K), Sep 01 04:15:56.724 INFO kablam! 330 | | } Sep 01 04:15:56.724 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.724 INFO kablam! Sep 01 04:15:56.748 INFO kablam! error[E0192]: negative impls are only allowed for auto traits (e.g., `Send` and `Sync`) Sep 01 04:15:56.748 INFO kablam! --> src/into_cons.rs:207:9 Sep 01 04:15:56.749 INFO kablam! | Sep 01 04:15:56.749 INFO kablam! 207 | impl<$first_ty, $( $N ),*> !NotTuple for ( $first_ty, $( $N, )* ) {} Sep 01 04:15:56.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:15:56.749 INFO kablam! ... Sep 01 04:15:56.749 INFO kablam! 332 | / impl_for_tuple! { Sep 01 04:15:56.749 INFO kablam! 333 | | (0, A), Sep 01 04:15:56.749 INFO kablam! 334 | | (1, B), Sep 01 04:15:56.749 INFO kablam! 335 | | (2, C), Sep 01 04:15:56.749 INFO kablam! ... | Sep 01 04:15:56.749 INFO kablam! 344 | | (11, L), Sep 01 04:15:56.749 INFO kablam! 345 | | } Sep 01 04:15:56.749 INFO kablam! | |_- in this macro invocation Sep 01 04:15:56.749 INFO kablam! Sep 01 04:15:57.024 INFO kablam! error: aborting due to 31 previous errors Sep 01 04:15:57.024 INFO kablam! Sep 01 04:15:57.024 INFO kablam! Some errors occurred: E0192, E0277. Sep 01 04:15:57.024 INFO kablam! For more information about an error, try `rustc --explain E0192`. Sep 01 04:15:57.032 INFO kablam! error: Could not compile `flatten`. Sep 01 04:15:57.032 INFO kablam! Sep 01 04:15:57.032 INFO kablam! To learn more, run the command again with --verbose. Sep 01 04:15:57.033 INFO kablam! su: No module specific data is present Sep 01 04:15:57.519 INFO running `"docker" "rm" "-f" "4476cabb613e25c14dccb3e04d7d5312d817dccb72455663a6f7639838996c35"` Sep 01 04:15:57.661 INFO blam! 4476cabb613e25c14dccb3e04d7d5312d817dccb72455663a6f7639838996c35