Sep 14 02:28:55.025 INFO checking tarsa/demixer against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 02:28:55.025 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 02:28:55.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 02:28:55.562 INFO blam! c7329d3092282efaec5433128999fad45432e3b4bab2edbd26d05c05fc0fd7c5 Sep 14 02:28:55.564 INFO running `"docker" "start" "-a" "c7329d3092282efaec5433128999fad45432e3b4bab2edbd26d05c05fc0fd7c5"` Sep 14 02:28:58.125 INFO kablam! usermod: no changes Sep 14 02:28:58.179 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 14 02:28:58.995 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:58.995 INFO kablam! --> src/history/tree.rs:100:38 Sep 14 02:28:58.995 INFO kablam! | Sep 14 02:28:58.995 INFO kablam! 100 | Direction::Left => &self[0], Sep 14 02:28:58.995 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.003 INFO kablam! | Sep 14 02:28:59.003 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.003 INFO kablam! found type `{integer}` Sep 14 02:28:59.003 INFO kablam! Sep 14 02:28:59.035 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.035 INFO kablam! --> src/history/tree.rs:101:39 Sep 14 02:28:59.035 INFO kablam! | Sep 14 02:28:59.035 INFO kablam! 101 | Direction::Right => &self[1], Sep 14 02:28:59.035 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.035 INFO kablam! | Sep 14 02:28:59.035 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.035 INFO kablam! found type `{integer}` Sep 14 02:28:59.035 INFO kablam! Sep 14 02:28:59.063 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.063 INFO kablam! --> src/history/tree.rs:100:38 Sep 14 02:28:59.063 INFO kablam! | Sep 14 02:28:59.063 INFO kablam! 100 | Direction::Left => &self[0], Sep 14 02:28:59.063 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.063 INFO kablam! | Sep 14 02:28:59.063 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.063 INFO kablam! found type `{integer}` Sep 14 02:28:59.063 INFO kablam! Sep 14 02:28:59.075 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.075 INFO kablam! --> src/history/tree.rs:109:42 Sep 14 02:28:59.075 INFO kablam! | Sep 14 02:28:59.075 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 14 02:28:59.075 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.075 INFO kablam! | Sep 14 02:28:59.075 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.075 INFO kablam! found type `{integer}` Sep 14 02:28:59.075 INFO kablam! Sep 14 02:28:59.099 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.099 INFO kablam! --> src/history/tree.rs:101:39 Sep 14 02:28:59.099 INFO kablam! | Sep 14 02:28:59.099 INFO kablam! 101 | Direction::Right => &self[1], Sep 14 02:28:59.099 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.099 INFO kablam! | Sep 14 02:28:59.099 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.099 INFO kablam! found type `{integer}` Sep 14 02:28:59.099 INFO kablam! Sep 14 02:28:59.127 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.127 INFO kablam! --> src/history/tree.rs:110:43 Sep 14 02:28:59.127 INFO kablam! | Sep 14 02:28:59.127 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 14 02:28:59.127 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.127 INFO kablam! | Sep 14 02:28:59.127 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.127 INFO kablam! found type `{integer}` Sep 14 02:28:59.127 INFO kablam! Sep 14 02:28:59.132 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.132 INFO kablam! --> src/history/tree.rs:109:42 Sep 14 02:28:59.132 INFO kablam! | Sep 14 02:28:59.132 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 14 02:28:59.132 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.132 INFO kablam! | Sep 14 02:28:59.132 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.132 INFO kablam! found type `{integer}` Sep 14 02:28:59.132 INFO kablam! Sep 14 02:28:59.167 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.167 INFO kablam! --> src/history/tree.rs:110:43 Sep 14 02:28:59.167 INFO kablam! | Sep 14 02:28:59.167 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 14 02:28:59.167 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.167 INFO kablam! | Sep 14 02:28:59.167 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.167 INFO kablam! found type `{integer}` Sep 14 02:28:59.167 INFO kablam! Sep 14 02:28:59.443 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.443 INFO kablam! --> src/history/tree.rs:953:23 Sep 14 02:28:59.443 INFO kablam! | Sep 14 02:28:59.443 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 14 02:28:59.443 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.443 INFO kablam! | Sep 14 02:28:59.443 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.443 INFO kablam! found type `{integer}` Sep 14 02:28:59.443 INFO kablam! Sep 14 02:28:59.451 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.451 INFO kablam! --> src/history/tree.rs:953:23 Sep 14 02:28:59.451 INFO kablam! | Sep 14 02:28:59.451 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 14 02:28:59.451 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.451 INFO kablam! | Sep 14 02:28:59.451 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.451 INFO kablam! found type `{integer}` Sep 14 02:28:59.451 INFO kablam! Sep 14 02:28:59.471 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.471 INFO kablam! --> src/history/tree.rs:954:27 Sep 14 02:28:59.471 INFO kablam! | Sep 14 02:28:59.471 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 14 02:28:59.471 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.471 INFO kablam! | Sep 14 02:28:59.471 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.471 INFO kablam! found type `{integer}` Sep 14 02:28:59.471 INFO kablam! Sep 14 02:28:59.494 INFO kablam! error: aborting due to 6 previous errors Sep 14 02:28:59.494 INFO kablam! Sep 14 02:28:59.494 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 02:28:59.500 INFO kablam! error[E0308]: mismatched types Sep 14 02:28:59.500 INFO kablam! --> src/history/tree.rs:954:27 Sep 14 02:28:59.500 INFO kablam! | Sep 14 02:28:59.500 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 14 02:28:59.500 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:28:59.500 INFO kablam! | Sep 14 02:28:59.500 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:28:59.500 INFO kablam! found type `{integer}` Sep 14 02:28:59.500 INFO kablam! Sep 14 02:28:59.519 INFO kablam! error: Could not compile `demixer`. Sep 14 02:28:59.519 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 02:28:59.543 INFO kablam! error: aborting due to 6 previous errors Sep 14 02:28:59.543 INFO kablam! Sep 14 02:28:59.543 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 02:28:59.547 INFO kablam! error: Could not compile `demixer`. Sep 14 02:28:59.547 INFO kablam! Sep 14 02:28:59.547 INFO kablam! To learn more, run the command again with --verbose. Sep 14 02:28:59.547 INFO kablam! su: No module specific data is present Sep 14 02:29:00.475 INFO running `"docker" "rm" "-f" "c7329d3092282efaec5433128999fad45432e3b4bab2edbd26d05c05fc0fd7c5"` Sep 14 02:29:00.843 INFO blam! c7329d3092282efaec5433128999fad45432e3b4bab2edbd26d05c05fc0fd7c5