Sep 03 15:31:12.894 INFO checking tarsa/demixer against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 15:31:12.894 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 15:31:12.895 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 15:31:13.704 INFO blam! 356f569c11fd60311202aa7ee99b203ce7a9b96d17844cfc3d78ba7e17b85140 Sep 03 15:31:13.705 INFO running `"docker" "start" "-a" "356f569c11fd60311202aa7ee99b203ce7a9b96d17844cfc3d78ba7e17b85140"` Sep 03 15:31:15.016 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 03 15:31:16.056 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.056 INFO kablam! --> src/history/tree.rs:100:38 Sep 03 15:31:16.056 INFO kablam! | Sep 03 15:31:16.056 INFO kablam! 100 | Direction::Left => &self[0], Sep 03 15:31:16.056 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.056 INFO kablam! | Sep 03 15:31:16.056 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.056 INFO kablam! found type `{integer}` Sep 03 15:31:16.056 INFO kablam! Sep 03 15:31:16.089 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.090 INFO kablam! --> src/history/tree.rs:100:38 Sep 03 15:31:16.090 INFO kablam! | Sep 03 15:31:16.090 INFO kablam! 100 | Direction::Left => &self[0], Sep 03 15:31:16.090 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.090 INFO kablam! | Sep 03 15:31:16.090 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.090 INFO kablam! found type `{integer}` Sep 03 15:31:16.090 INFO kablam! Sep 03 15:31:16.097 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.098 INFO kablam! --> src/history/tree.rs:101:39 Sep 03 15:31:16.098 INFO kablam! | Sep 03 15:31:16.098 INFO kablam! 101 | Direction::Right => &self[1], Sep 03 15:31:16.098 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.098 INFO kablam! | Sep 03 15:31:16.098 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.098 INFO kablam! found type `{integer}` Sep 03 15:31:16.098 INFO kablam! Sep 03 15:31:16.135 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.136 INFO kablam! --> src/history/tree.rs:101:39 Sep 03 15:31:16.136 INFO kablam! | Sep 03 15:31:16.136 INFO kablam! 101 | Direction::Right => &self[1], Sep 03 15:31:16.136 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.136 INFO kablam! | Sep 03 15:31:16.136 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.136 INFO kablam! found type `{integer}` Sep 03 15:31:16.136 INFO kablam! Sep 03 15:31:16.140 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.140 INFO kablam! --> src/history/tree.rs:109:42 Sep 03 15:31:16.140 INFO kablam! | Sep 03 15:31:16.140 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 03 15:31:16.140 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.140 INFO kablam! | Sep 03 15:31:16.140 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.141 INFO kablam! found type `{integer}` Sep 03 15:31:16.141 INFO kablam! Sep 03 15:31:16.182 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.182 INFO kablam! --> src/history/tree.rs:109:42 Sep 03 15:31:16.182 INFO kablam! | Sep 03 15:31:16.182 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 03 15:31:16.182 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.182 INFO kablam! | Sep 03 15:31:16.182 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.182 INFO kablam! found type `{integer}` Sep 03 15:31:16.182 INFO kablam! Sep 03 15:31:16.183 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.183 INFO kablam! --> src/history/tree.rs:110:43 Sep 03 15:31:16.183 INFO kablam! | Sep 03 15:31:16.183 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 03 15:31:16.183 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.183 INFO kablam! | Sep 03 15:31:16.183 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.183 INFO kablam! found type `{integer}` Sep 03 15:31:16.183 INFO kablam! Sep 03 15:31:16.224 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.224 INFO kablam! --> src/history/tree.rs:110:43 Sep 03 15:31:16.224 INFO kablam! | Sep 03 15:31:16.224 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 03 15:31:16.224 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.224 INFO kablam! | Sep 03 15:31:16.224 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.224 INFO kablam! found type `{integer}` Sep 03 15:31:16.225 INFO kablam! Sep 03 15:31:16.544 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.544 INFO kablam! --> src/history/tree.rs:953:23 Sep 03 15:31:16.544 INFO kablam! | Sep 03 15:31:16.544 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 03 15:31:16.544 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.544 INFO kablam! | Sep 03 15:31:16.544 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.544 INFO kablam! found type `{integer}` Sep 03 15:31:16.544 INFO kablam! Sep 03 15:31:16.586 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.586 INFO kablam! --> src/history/tree.rs:954:27 Sep 03 15:31:16.586 INFO kablam! | Sep 03 15:31:16.586 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 03 15:31:16.586 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.586 INFO kablam! | Sep 03 15:31:16.586 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.586 INFO kablam! found type `{integer}` Sep 03 15:31:16.586 INFO kablam! Sep 03 15:31:16.596 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.596 INFO kablam! --> src/history/tree.rs:953:23 Sep 03 15:31:16.596 INFO kablam! | Sep 03 15:31:16.596 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 03 15:31:16.596 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.596 INFO kablam! | Sep 03 15:31:16.596 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.596 INFO kablam! found type `{integer}` Sep 03 15:31:16.596 INFO kablam! Sep 03 15:31:16.628 INFO kablam! error: aborting due to 6 previous errors Sep 03 15:31:16.628 INFO kablam! Sep 03 15:31:16.628 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 03 15:31:16.637 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:16.637 INFO kablam! --> src/history/tree.rs:954:27 Sep 03 15:31:16.637 INFO kablam! | Sep 03 15:31:16.638 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 03 15:31:16.638 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:16.638 INFO kablam! | Sep 03 15:31:16.638 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:16.638 INFO kablam! found type `{integer}` Sep 03 15:31:16.638 INFO kablam! Sep 03 15:31:16.638 INFO kablam! error: Could not compile `demixer`. Sep 03 15:31:16.639 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 15:31:16.680 INFO kablam! error: aborting due to 6 previous errors Sep 03 15:31:16.680 INFO kablam! Sep 03 15:31:16.680 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 03 15:31:16.689 INFO kablam! error: Could not compile `demixer`. Sep 03 15:31:16.689 INFO kablam! Sep 03 15:31:16.689 INFO kablam! To learn more, run the command again with --verbose. Sep 03 15:31:16.691 INFO kablam! su: No module specific data is present Sep 03 15:31:17.187 INFO running `"docker" "rm" "-f" "356f569c11fd60311202aa7ee99b203ce7a9b96d17844cfc3d78ba7e17b85140"` Sep 03 15:31:17.357 INFO blam! 356f569c11fd60311202aa7ee99b203ce7a9b96d17844cfc3d78ba7e17b85140