Sep 01 12:25:05.155 INFO checking tarsa/demixer against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 12:25:05.155 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 12:25:05.155 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:25:05.424 INFO blam! 53c8e7436d9cadadb8bb375b5a79f11cf7c813c0f58a6533422bd2187463ce6b Sep 01 12:25:05.427 INFO running `"docker" "start" "-a" "53c8e7436d9cadadb8bb375b5a79f11cf7c813c0f58a6533422bd2187463ce6b"` Sep 01 12:25:06.460 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 01 12:25:07.420 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.420 INFO kablam! --> src/history/tree.rs:100:38 Sep 01 12:25:07.421 INFO kablam! | Sep 01 12:25:07.421 INFO kablam! 100 | Direction::Left => &self[0], Sep 01 12:25:07.421 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.421 INFO kablam! | Sep 01 12:25:07.421 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.421 INFO kablam! found type `{integer}` Sep 01 12:25:07.421 INFO kablam! Sep 01 12:25:07.453 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.453 INFO kablam! --> src/history/tree.rs:100:38 Sep 01 12:25:07.453 INFO kablam! | Sep 01 12:25:07.453 INFO kablam! 100 | Direction::Left => &self[0], Sep 01 12:25:07.453 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.453 INFO kablam! | Sep 01 12:25:07.453 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.453 INFO kablam! found type `{integer}` Sep 01 12:25:07.453 INFO kablam! Sep 01 12:25:07.462 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.462 INFO kablam! --> src/history/tree.rs:101:39 Sep 01 12:25:07.462 INFO kablam! | Sep 01 12:25:07.462 INFO kablam! 101 | Direction::Right => &self[1], Sep 01 12:25:07.462 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.462 INFO kablam! | Sep 01 12:25:07.462 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.462 INFO kablam! found type `{integer}` Sep 01 12:25:07.462 INFO kablam! Sep 01 12:25:07.495 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.495 INFO kablam! --> src/history/tree.rs:101:39 Sep 01 12:25:07.495 INFO kablam! | Sep 01 12:25:07.495 INFO kablam! 101 | Direction::Right => &self[1], Sep 01 12:25:07.495 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.495 INFO kablam! | Sep 01 12:25:07.495 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.495 INFO kablam! found type `{integer}` Sep 01 12:25:07.495 INFO kablam! Sep 01 12:25:07.504 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.504 INFO kablam! --> src/history/tree.rs:109:42 Sep 01 12:25:07.504 INFO kablam! | Sep 01 12:25:07.504 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 01 12:25:07.504 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.504 INFO kablam! | Sep 01 12:25:07.504 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.504 INFO kablam! found type `{integer}` Sep 01 12:25:07.504 INFO kablam! Sep 01 12:25:07.538 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.538 INFO kablam! --> src/history/tree.rs:109:42 Sep 01 12:25:07.538 INFO kablam! | Sep 01 12:25:07.538 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 01 12:25:07.538 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.538 INFO kablam! | Sep 01 12:25:07.538 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.538 INFO kablam! found type `{integer}` Sep 01 12:25:07.538 INFO kablam! Sep 01 12:25:07.545 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.545 INFO kablam! --> src/history/tree.rs:110:43 Sep 01 12:25:07.545 INFO kablam! | Sep 01 12:25:07.545 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 01 12:25:07.545 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.545 INFO kablam! | Sep 01 12:25:07.545 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.545 INFO kablam! found type `{integer}` Sep 01 12:25:07.545 INFO kablam! Sep 01 12:25:07.588 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.588 INFO kablam! --> src/history/tree.rs:110:43 Sep 01 12:25:07.588 INFO kablam! | Sep 01 12:25:07.588 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 01 12:25:07.588 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.588 INFO kablam! | Sep 01 12:25:07.588 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.588 INFO kablam! found type `{integer}` Sep 01 12:25:07.588 INFO kablam! Sep 01 12:25:07.913 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.913 INFO kablam! --> src/history/tree.rs:953:23 Sep 01 12:25:07.913 INFO kablam! | Sep 01 12:25:07.913 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 01 12:25:07.913 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.913 INFO kablam! | Sep 01 12:25:07.914 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.914 INFO kablam! found type `{integer}` Sep 01 12:25:07.914 INFO kablam! Sep 01 12:25:07.961 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.961 INFO kablam! --> src/history/tree.rs:953:23 Sep 01 12:25:07.961 INFO kablam! | Sep 01 12:25:07.961 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 01 12:25:07.961 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.961 INFO kablam! | Sep 01 12:25:07.961 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.961 INFO kablam! found type `{integer}` Sep 01 12:25:07.961 INFO kablam! Sep 01 12:25:07.971 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:07.971 INFO kablam! --> src/history/tree.rs:954:27 Sep 01 12:25:07.971 INFO kablam! | Sep 01 12:25:07.971 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 01 12:25:07.971 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:07.971 INFO kablam! | Sep 01 12:25:07.972 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:07.972 INFO kablam! found type `{integer}` Sep 01 12:25:07.972 INFO kablam! Sep 01 12:25:08.011 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:08.011 INFO kablam! --> src/history/tree.rs:954:27 Sep 01 12:25:08.011 INFO kablam! | Sep 01 12:25:08.011 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 01 12:25:08.011 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:08.011 INFO kablam! | Sep 01 12:25:08.011 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:08.011 INFO kablam! found type `{integer}` Sep 01 12:25:08.011 INFO kablam! Sep 01 12:25:08.021 INFO kablam! error: aborting due to 6 previous errors Sep 01 12:25:08.021 INFO kablam! Sep 01 12:25:08.021 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 12:25:08.030 INFO kablam! error: Could not compile `demixer`. Sep 01 12:25:08.030 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:25:08.052 INFO kablam! error: aborting due to 6 previous errors Sep 01 12:25:08.052 INFO kablam! Sep 01 12:25:08.052 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 12:25:08.071 INFO kablam! error: Could not compile `demixer`. Sep 01 12:25:08.071 INFO kablam! Sep 01 12:25:08.071 INFO kablam! To learn more, run the command again with --verbose. Sep 01 12:25:08.073 INFO kablam! su: No module specific data is present Sep 01 12:25:08.622 INFO running `"docker" "rm" "-f" "53c8e7436d9cadadb8bb375b5a79f11cf7c813c0f58a6533422bd2187463ce6b"` Sep 01 12:25:08.801 INFO blam! 53c8e7436d9cadadb8bb375b5a79f11cf7c813c0f58a6533422bd2187463ce6b