Sep 19 13:58:48.115 INFO checking tarsa/demixer against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 13:58:48.115 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 13:58:48.115 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:58:48.354 INFO blam! 53e8618f9d1590379fe2eb9a74d2223543ef3156c11ac87c4a214109de0db03b Sep 19 13:58:48.360 INFO running `"docker" "start" "-a" "53e8618f9d1590379fe2eb9a74d2223543ef3156c11ac87c4a214109de0db03b"` Sep 19 13:58:49.740 INFO kablam! usermod: no changes Sep 19 13:58:49.794 INFO kablam! Checking demixer v0.5.1 (/source) Sep 19 13:58:50.720 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.720 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 13:58:50.720 INFO kablam! | Sep 19 13:58:50.720 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 13:58:50.720 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.720 INFO kablam! | Sep 19 13:58:50.720 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.720 INFO kablam! found type `{integer}` Sep 19 13:58:50.720 INFO kablam! Sep 19 13:58:50.742 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.742 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 13:58:50.742 INFO kablam! | Sep 19 13:58:50.742 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 13:58:50.742 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.742 INFO kablam! | Sep 19 13:58:50.742 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.742 INFO kablam! found type `{integer}` Sep 19 13:58:50.742 INFO kablam! Sep 19 13:58:50.766 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.766 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 13:58:50.766 INFO kablam! | Sep 19 13:58:50.766 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 13:58:50.766 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.766 INFO kablam! | Sep 19 13:58:50.766 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.766 INFO kablam! found type `{integer}` Sep 19 13:58:50.766 INFO kablam! Sep 19 13:58:50.786 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.786 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 13:58:50.786 INFO kablam! | Sep 19 13:58:50.786 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 13:58:50.786 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.788 INFO kablam! | Sep 19 13:58:50.788 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.788 INFO kablam! found type `{integer}` Sep 19 13:58:50.788 INFO kablam! Sep 19 13:58:50.822 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.822 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 13:58:50.822 INFO kablam! | Sep 19 13:58:50.822 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 13:58:50.822 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.822 INFO kablam! | Sep 19 13:58:50.822 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.822 INFO kablam! found type `{integer}` Sep 19 13:58:50.822 INFO kablam! Sep 19 13:58:50.847 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.847 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 13:58:50.847 INFO kablam! | Sep 19 13:58:50.847 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 13:58:50.847 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.847 INFO kablam! | Sep 19 13:58:50.847 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.848 INFO kablam! found type `{integer}` Sep 19 13:58:50.848 INFO kablam! Sep 19 13:58:50.906 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.906 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 13:58:50.906 INFO kablam! | Sep 19 13:58:50.906 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 13:58:50.906 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.906 INFO kablam! | Sep 19 13:58:50.906 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.906 INFO kablam! found type `{integer}` Sep 19 13:58:50.906 INFO kablam! Sep 19 13:58:50.959 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:50.959 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 13:58:50.960 INFO kablam! | Sep 19 13:58:50.960 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 13:58:50.960 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:50.960 INFO kablam! | Sep 19 13:58:50.960 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:50.960 INFO kablam! found type `{integer}` Sep 19 13:58:50.960 INFO kablam! Sep 19 13:58:51.050 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.050 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 13:58:51.051 INFO kablam! | Sep 19 13:58:51.051 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 13:58:51.051 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.052 INFO kablam! | Sep 19 13:58:51.052 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.053 INFO kablam! found type `{integer}` Sep 19 13:58:51.053 INFO kablam! Sep 19 13:58:51.090 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.090 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 13:58:51.091 INFO kablam! | Sep 19 13:58:51.091 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 13:58:51.091 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.092 INFO kablam! | Sep 19 13:58:51.092 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.093 INFO kablam! found type `{integer}` Sep 19 13:58:51.093 INFO kablam! Sep 19 13:58:51.130 INFO kablam! error: aborting due to 6 previous errors Sep 19 13:58:51.130 INFO kablam! Sep 19 13:58:51.131 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 13:58:51.150 INFO kablam! error: Could not compile `demixer`. Sep 19 13:58:51.151 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 13:58:51.246 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.247 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 13:58:51.247 INFO kablam! | Sep 19 13:58:51.248 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 13:58:51.248 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.248 INFO kablam! | Sep 19 13:58:51.249 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.249 INFO kablam! found type `{integer}` Sep 19 13:58:51.249 INFO kablam! Sep 19 13:58:51.268 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.268 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 13:58:51.269 INFO kablam! | Sep 19 13:58:51.269 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 13:58:51.269 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.270 INFO kablam! | Sep 19 13:58:51.270 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.271 INFO kablam! found type `{integer}` Sep 19 13:58:51.271 INFO kablam! Sep 19 13:58:51.295 INFO kablam! error: aborting due to 6 previous errors Sep 19 13:58:51.295 INFO kablam! Sep 19 13:58:51.296 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 13:58:51.302 INFO kablam! error: Could not compile `demixer`. Sep 19 13:58:51.302 INFO kablam! Sep 19 13:58:51.302 INFO kablam! To learn more, run the command again with --verbose. Sep 19 13:58:51.304 INFO kablam! su: No module specific data is present Sep 19 13:58:53.047 INFO running `"docker" "rm" "-f" "53e8618f9d1590379fe2eb9a74d2223543ef3156c11ac87c4a214109de0db03b"` Sep 19 13:58:53.153 INFO blam! 53e8618f9d1590379fe2eb9a74d2223543ef3156c11ac87c4a214109de0db03b