Sep 10 02:03:30.877 INFO checking tarsa/demixer against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 02:03:30.877 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 02:03:30.878 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-4/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 02:03:31.079 INFO blam! 8486c23b88f7e870b12bd27f82c1dbcda3cf6cccad161aa57b39ecdc90f43a6d Sep 10 02:03:31.081 INFO running `"docker" "start" "-a" "8486c23b88f7e870b12bd27f82c1dbcda3cf6cccad161aa57b39ecdc90f43a6d"` Sep 10 02:03:32.895 INFO kablam! usermod: no changes Sep 10 02:03:32.966 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 10 02:03:33.886 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:33.886 INFO kablam! --> src/history/tree.rs:100:38 Sep 10 02:03:33.886 INFO kablam! | Sep 10 02:03:33.886 INFO kablam! 100 | Direction::Left => &self[0], Sep 10 02:03:33.886 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:33.886 INFO kablam! | Sep 10 02:03:33.886 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:33.886 INFO kablam! found type `{integer}` Sep 10 02:03:33.886 INFO kablam! Sep 10 02:03:33.910 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:33.910 INFO kablam! --> src/history/tree.rs:101:39 Sep 10 02:03:33.910 INFO kablam! | Sep 10 02:03:33.910 INFO kablam! 101 | Direction::Right => &self[1], Sep 10 02:03:33.910 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:33.910 INFO kablam! | Sep 10 02:03:33.910 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:33.910 INFO kablam! found type `{integer}` Sep 10 02:03:33.910 INFO kablam! Sep 10 02:03:33.942 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:33.942 INFO kablam! --> src/history/tree.rs:109:42 Sep 10 02:03:33.942 INFO kablam! | Sep 10 02:03:33.942 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 10 02:03:33.942 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:33.942 INFO kablam! | Sep 10 02:03:33.942 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:33.942 INFO kablam! found type `{integer}` Sep 10 02:03:33.942 INFO kablam! Sep 10 02:03:33.974 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:33.974 INFO kablam! --> src/history/tree.rs:110:43 Sep 10 02:03:33.974 INFO kablam! | Sep 10 02:03:33.974 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 10 02:03:33.974 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:33.974 INFO kablam! | Sep 10 02:03:33.974 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:33.974 INFO kablam! found type `{integer}` Sep 10 02:03:33.974 INFO kablam! Sep 10 02:03:34.162 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.162 INFO kablam! --> src/history/tree.rs:100:38 Sep 10 02:03:34.162 INFO kablam! | Sep 10 02:03:34.162 INFO kablam! 100 | Direction::Left => &self[0], Sep 10 02:03:34.162 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.162 INFO kablam! | Sep 10 02:03:34.162 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.162 INFO kablam! found type `{integer}` Sep 10 02:03:34.162 INFO kablam! Sep 10 02:03:34.163 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.163 INFO kablam! --> src/history/tree.rs:953:23 Sep 10 02:03:34.163 INFO kablam! | Sep 10 02:03:34.163 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 10 02:03:34.163 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.163 INFO kablam! | Sep 10 02:03:34.163 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.163 INFO kablam! found type `{integer}` Sep 10 02:03:34.163 INFO kablam! Sep 10 02:03:34.190 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.190 INFO kablam! --> src/history/tree.rs:954:27 Sep 10 02:03:34.190 INFO kablam! | Sep 10 02:03:34.190 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 10 02:03:34.190 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.190 INFO kablam! | Sep 10 02:03:34.190 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.190 INFO kablam! found type `{integer}` Sep 10 02:03:34.190 INFO kablam! Sep 10 02:03:34.218 INFO kablam! error: aborting due to 6 previous errors Sep 10 02:03:34.218 INFO kablam! Sep 10 02:03:34.218 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 02:03:34.233 INFO kablam! error: Could not compile `demixer`. Sep 10 02:03:34.233 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:03:34.233 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.233 INFO kablam! --> src/history/tree.rs:101:39 Sep 10 02:03:34.233 INFO kablam! | Sep 10 02:03:34.233 INFO kablam! 101 | Direction::Right => &self[1], Sep 10 02:03:34.233 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.233 INFO kablam! | Sep 10 02:03:34.233 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.233 INFO kablam! found type `{integer}` Sep 10 02:03:34.233 INFO kablam! Sep 10 02:03:34.283 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.284 INFO kablam! --> src/history/tree.rs:109:42 Sep 10 02:03:34.284 INFO kablam! | Sep 10 02:03:34.284 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 10 02:03:34.284 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.284 INFO kablam! | Sep 10 02:03:34.284 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.284 INFO kablam! found type `{integer}` Sep 10 02:03:34.284 INFO kablam! Sep 10 02:03:34.324 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.324 INFO kablam! --> src/history/tree.rs:110:43 Sep 10 02:03:34.324 INFO kablam! | Sep 10 02:03:34.324 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 10 02:03:34.324 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.324 INFO kablam! | Sep 10 02:03:34.324 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.324 INFO kablam! found type `{integer}` Sep 10 02:03:34.324 INFO kablam! Sep 10 02:03:34.542 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.542 INFO kablam! --> src/history/tree.rs:953:23 Sep 10 02:03:34.542 INFO kablam! | Sep 10 02:03:34.542 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 10 02:03:34.542 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.542 INFO kablam! | Sep 10 02:03:34.542 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.542 INFO kablam! found type `{integer}` Sep 10 02:03:34.542 INFO kablam! Sep 10 02:03:34.570 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:34.570 INFO kablam! --> src/history/tree.rs:954:27 Sep 10 02:03:34.570 INFO kablam! | Sep 10 02:03:34.570 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 10 02:03:34.570 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:34.570 INFO kablam! | Sep 10 02:03:34.570 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:34.570 INFO kablam! found type `{integer}` Sep 10 02:03:34.570 INFO kablam! Sep 10 02:03:34.598 INFO kablam! error: aborting due to 6 previous errors Sep 10 02:03:34.598 INFO kablam! Sep 10 02:03:34.598 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 02:03:34.606 INFO kablam! error: Could not compile `demixer`. Sep 10 02:03:34.606 INFO kablam! Sep 10 02:03:34.606 INFO kablam! To learn more, run the command again with --verbose. Sep 10 02:03:34.606 INFO kablam! su: No module specific data is present Sep 10 02:03:36.014 INFO running `"docker" "rm" "-f" "8486c23b88f7e870b12bd27f82c1dbcda3cf6cccad161aa57b39ecdc90f43a6d"` Sep 10 02:03:36.141 INFO blam! 8486c23b88f7e870b12bd27f82c1dbcda3cf6cccad161aa57b39ecdc90f43a6d