Sep 19 13:58:48.153 INFO checking tarsa/demixer against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 13:58:48.153 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 13:58:48.153 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-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.407 INFO blam! 86a20cd8ce5aa78642e7058795f113546c73230813d8efe5400cb9c6ed885f3f Sep 19 13:58:48.409 INFO running `"docker" "start" "-a" "86a20cd8ce5aa78642e7058795f113546c73230813d8efe5400cb9c6ed885f3f"` Sep 19 13:58:50.549 INFO kablam! usermod: no changes Sep 19 13:58:50.638 INFO kablam! Checking demixer v0.5.1 (/source) Sep 19 13:58:51.526 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.526 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 13:58:51.526 INFO kablam! | Sep 19 13:58:51.526 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 13:58:51.526 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.526 INFO kablam! | Sep 19 13:58:51.538 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.538 INFO kablam! found type `{integer}` Sep 19 13:58:51.538 INFO kablam! Sep 19 13:58:51.546 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.546 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 13:58:51.546 INFO kablam! | Sep 19 13:58:51.546 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 13:58:51.546 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.546 INFO kablam! | Sep 19 13:58:51.546 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.546 INFO kablam! found type `{integer}` Sep 19 13:58:51.546 INFO kablam! Sep 19 13:58:51.582 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.582 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 13:58:51.582 INFO kablam! | Sep 19 13:58:51.582 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 13:58:51.582 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.582 INFO kablam! | Sep 19 13:58:51.582 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.582 INFO kablam! found type `{integer}` Sep 19 13:58:51.582 INFO kablam! Sep 19 13:58:51.582 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.582 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 13:58:51.582 INFO kablam! | Sep 19 13:58:51.582 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 13:58:51.582 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.582 INFO kablam! | Sep 19 13:58:51.582 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.582 INFO kablam! found type `{integer}` Sep 19 13:58:51.582 INFO kablam! Sep 19 13:58:51.598 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.598 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 13:58:51.598 INFO kablam! | Sep 19 13:58:51.598 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 13:58:51.598 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.598 INFO kablam! | Sep 19 13:58:51.598 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.598 INFO kablam! found type `{integer}` Sep 19 13:58:51.598 INFO kablam! Sep 19 13:58:51.618 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.618 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 13:58:51.618 INFO kablam! | Sep 19 13:58:51.618 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 13:58:51.618 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.618 INFO kablam! | Sep 19 13:58:51.618 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.618 INFO kablam! found type `{integer}` Sep 19 13:58:51.618 INFO kablam! Sep 19 13:58:51.626 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.626 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 13:58:51.626 INFO kablam! | Sep 19 13:58:51.626 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 13:58:51.626 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.626 INFO kablam! | Sep 19 13:58:51.626 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.626 INFO kablam! found type `{integer}` Sep 19 13:58:51.626 INFO kablam! Sep 19 13:58:51.685 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.685 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 13:58:51.685 INFO kablam! | Sep 19 13:58:51.685 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 13:58:51.685 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.685 INFO kablam! | Sep 19 13:58:51.685 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.685 INFO kablam! found type `{integer}` Sep 19 13:58:51.685 INFO kablam! Sep 19 13:58:51.842 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.842 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 13:58:51.842 INFO kablam! | Sep 19 13:58:51.842 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 13:58:51.842 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.842 INFO kablam! | Sep 19 13:58:51.842 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.842 INFO kablam! found type `{integer}` Sep 19 13:58:51.842 INFO kablam! Sep 19 13:58:51.894 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.894 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 13:58:51.894 INFO kablam! | Sep 19 13:58:51.894 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 13:58:51.894 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.894 INFO kablam! | Sep 19 13:58:51.894 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.895 INFO kablam! found type `{integer}` Sep 19 13:58:51.895 INFO kablam! Sep 19 13:58:51.895 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.895 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 13:58:51.895 INFO kablam! | Sep 19 13:58:51.895 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 13:58:51.895 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.895 INFO kablam! | Sep 19 13:58:51.895 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.895 INFO kablam! found type `{integer}` Sep 19 13:58:51.895 INFO kablam! Sep 19 13:58:51.926 INFO kablam! error: aborting due to 6 previous errors Sep 19 13:58:51.926 INFO kablam! Sep 19 13:58:51.926 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 13:58:51.944 INFO kablam! error[E0308]: mismatched types Sep 19 13:58:51.944 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 13:58:51.944 INFO kablam! | Sep 19 13:58:51.944 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 13:58:51.944 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 13:58:51.944 INFO kablam! | Sep 19 13:58:51.944 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 13:58:51.944 INFO kablam! found type `{integer}` Sep 19 13:58:51.944 INFO kablam! Sep 19 13:58:51.950 INFO kablam! error: Could not compile `demixer`. Sep 19 13:58:51.950 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 13:58:51.970 INFO kablam! error: aborting due to 6 previous errors Sep 19 13:58:51.970 INFO kablam! Sep 19 13:58:51.970 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 13:58:51.986 INFO kablam! error: Could not compile `demixer`. Sep 19 13:58:51.986 INFO kablam! Sep 19 13:58:51.986 INFO kablam! To learn more, run the command again with --verbose. Sep 19 13:58:51.987 INFO kablam! su: No module specific data is present Sep 19 13:58:53.231 INFO running `"docker" "rm" "-f" "86a20cd8ce5aa78642e7058795f113546c73230813d8efe5400cb9c6ed885f3f"` Sep 19 13:58:53.347 INFO blam! 86a20cd8ce5aa78642e7058795f113546c73230813d8efe5400cb9c6ed885f3f