Sep 05 17:00:16.095 INFO checking tarsa/demixer against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 17:00:16.095 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 17:00:16.095 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 17:00:16.539 INFO blam! 10b5143b0bce61aac213ca548f2dad07d3c05bfc6505ac9cb53f6c1f40047cb4 Sep 05 17:00:16.540 INFO running `"docker" "start" "-a" "10b5143b0bce61aac213ca548f2dad07d3c05bfc6505ac9cb53f6c1f40047cb4"` Sep 05 17:00:18.279 INFO kablam! usermod: no changes Sep 05 17:00:18.318 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 05 17:00:18.943 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:18.943 INFO kablam! --> src/history/tree.rs:100:38 Sep 05 17:00:18.943 INFO kablam! | Sep 05 17:00:18.943 INFO kablam! 100 | Direction::Left => &self[0], Sep 05 17:00:18.943 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:18.943 INFO kablam! | Sep 05 17:00:18.943 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:18.943 INFO kablam! found type `{integer}` Sep 05 17:00:18.943 INFO kablam! Sep 05 17:00:18.962 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:18.962 INFO kablam! --> src/history/tree.rs:101:39 Sep 05 17:00:18.962 INFO kablam! | Sep 05 17:00:18.962 INFO kablam! 101 | Direction::Right => &self[1], Sep 05 17:00:18.962 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:18.962 INFO kablam! | Sep 05 17:00:18.962 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:18.962 INFO kablam! found type `{integer}` Sep 05 17:00:18.962 INFO kablam! Sep 05 17:00:18.990 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:18.990 INFO kablam! --> src/history/tree.rs:109:42 Sep 05 17:00:18.990 INFO kablam! | Sep 05 17:00:18.990 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 05 17:00:18.990 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:18.990 INFO kablam! | Sep 05 17:00:18.990 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:18.990 INFO kablam! found type `{integer}` Sep 05 17:00:18.990 INFO kablam! Sep 05 17:00:19.006 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.006 INFO kablam! --> src/history/tree.rs:110:43 Sep 05 17:00:19.006 INFO kablam! | Sep 05 17:00:19.006 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 05 17:00:19.006 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.006 INFO kablam! | Sep 05 17:00:19.006 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.006 INFO kablam! found type `{integer}` Sep 05 17:00:19.006 INFO kablam! Sep 05 17:00:19.238 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.238 INFO kablam! --> src/history/tree.rs:953:23 Sep 05 17:00:19.238 INFO kablam! | Sep 05 17:00:19.238 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 05 17:00:19.238 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.238 INFO kablam! | Sep 05 17:00:19.238 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.238 INFO kablam! found type `{integer}` Sep 05 17:00:19.238 INFO kablam! Sep 05 17:00:19.257 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.257 INFO kablam! --> src/history/tree.rs:954:27 Sep 05 17:00:19.257 INFO kablam! | Sep 05 17:00:19.257 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 05 17:00:19.257 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.257 INFO kablam! | Sep 05 17:00:19.257 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.257 INFO kablam! found type `{integer}` Sep 05 17:00:19.257 INFO kablam! Sep 05 17:00:19.278 INFO kablam! error: aborting due to 6 previous errors Sep 05 17:00:19.278 INFO kablam! Sep 05 17:00:19.286 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 05 17:00:19.290 INFO kablam! error: Could not compile `demixer`. Sep 05 17:00:19.290 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 17:00:19.334 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.334 INFO kablam! --> src/history/tree.rs:100:38 Sep 05 17:00:19.334 INFO kablam! | Sep 05 17:00:19.334 INFO kablam! 100 | Direction::Left => &self[0], Sep 05 17:00:19.334 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.334 INFO kablam! | Sep 05 17:00:19.334 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.334 INFO kablam! found type `{integer}` Sep 05 17:00:19.334 INFO kablam! Sep 05 17:00:19.362 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.362 INFO kablam! --> src/history/tree.rs:101:39 Sep 05 17:00:19.362 INFO kablam! | Sep 05 17:00:19.362 INFO kablam! 101 | Direction::Right => &self[1], Sep 05 17:00:19.362 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.362 INFO kablam! | Sep 05 17:00:19.362 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.362 INFO kablam! found type `{integer}` Sep 05 17:00:19.362 INFO kablam! Sep 05 17:00:19.406 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.406 INFO kablam! --> src/history/tree.rs:109:42 Sep 05 17:00:19.406 INFO kablam! | Sep 05 17:00:19.406 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 05 17:00:19.406 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.406 INFO kablam! | Sep 05 17:00:19.406 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.406 INFO kablam! found type `{integer}` Sep 05 17:00:19.406 INFO kablam! Sep 05 17:00:19.438 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.438 INFO kablam! --> src/history/tree.rs:110:43 Sep 05 17:00:19.438 INFO kablam! | Sep 05 17:00:19.438 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 05 17:00:19.438 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.438 INFO kablam! | Sep 05 17:00:19.438 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.438 INFO kablam! found type `{integer}` Sep 05 17:00:19.438 INFO kablam! Sep 05 17:00:19.662 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.662 INFO kablam! --> src/history/tree.rs:953:23 Sep 05 17:00:19.662 INFO kablam! | Sep 05 17:00:19.662 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 05 17:00:19.662 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.662 INFO kablam! | Sep 05 17:00:19.662 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.662 INFO kablam! found type `{integer}` Sep 05 17:00:19.662 INFO kablam! Sep 05 17:00:19.685 INFO kablam! error[E0308]: mismatched types Sep 05 17:00:19.685 INFO kablam! --> src/history/tree.rs:954:27 Sep 05 17:00:19.685 INFO kablam! | Sep 05 17:00:19.685 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 05 17:00:19.685 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 05 17:00:19.685 INFO kablam! | Sep 05 17:00:19.685 INFO kablam! = note: expected type `history::tree::Direction` Sep 05 17:00:19.685 INFO kablam! found type `{integer}` Sep 05 17:00:19.685 INFO kablam! Sep 05 17:00:19.707 INFO kablam! error: aborting due to 6 previous errors Sep 05 17:00:19.707 INFO kablam! Sep 05 17:00:19.707 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 05 17:00:19.714 INFO kablam! error: Could not compile `demixer`. Sep 05 17:00:19.714 INFO kablam! Sep 05 17:00:19.714 INFO kablam! To learn more, run the command again with --verbose. Sep 05 17:00:19.734 INFO kablam! su: No module specific data is present Sep 05 17:00:20.881 INFO running `"docker" "rm" "-f" "10b5143b0bce61aac213ca548f2dad07d3c05bfc6505ac9cb53f6c1f40047cb4"` Sep 05 17:00:21.238 INFO blam! 10b5143b0bce61aac213ca548f2dad07d3c05bfc6505ac9cb53f6c1f40047cb4