Sep 10 02:03:32.985 INFO checking tarsa/demixer against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 02:03:32.985 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 02:03:32.985 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-5/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-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:33.185 INFO blam! 765e372c97290ffb8ec546110160dc4fc32a22d279da1271e37d52bdff8492d9 Sep 10 02:03:33.188 INFO running `"docker" "start" "-a" "765e372c97290ffb8ec546110160dc4fc32a22d279da1271e37d52bdff8492d9"` Sep 10 02:03:34.890 INFO kablam! usermod: no changes Sep 10 02:03:34.938 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 10 02:03:35.840 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.840 INFO kablam! --> src/history/tree.rs:100:38 Sep 10 02:03:35.840 INFO kablam! | Sep 10 02:03:35.840 INFO kablam! 100 | Direction::Left => &self[0], Sep 10 02:03:35.840 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.840 INFO kablam! | Sep 10 02:03:35.840 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.840 INFO kablam! found type `{integer}` Sep 10 02:03:35.840 INFO kablam! Sep 10 02:03:35.867 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.867 INFO kablam! --> src/history/tree.rs:100:38 Sep 10 02:03:35.867 INFO kablam! | Sep 10 02:03:35.867 INFO kablam! 100 | Direction::Left => &self[0], Sep 10 02:03:35.867 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.867 INFO kablam! | Sep 10 02:03:35.867 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.867 INFO kablam! found type `{integer}` Sep 10 02:03:35.867 INFO kablam! Sep 10 02:03:35.874 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.874 INFO kablam! --> src/history/tree.rs:101:39 Sep 10 02:03:35.874 INFO kablam! | Sep 10 02:03:35.874 INFO kablam! 101 | Direction::Right => &self[1], Sep 10 02:03:35.874 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.874 INFO kablam! | Sep 10 02:03:35.874 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.874 INFO kablam! found type `{integer}` Sep 10 02:03:35.874 INFO kablam! Sep 10 02:03:35.896 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.896 INFO kablam! --> src/history/tree.rs:101:39 Sep 10 02:03:35.896 INFO kablam! | Sep 10 02:03:35.896 INFO kablam! 101 | Direction::Right => &self[1], Sep 10 02:03:35.896 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.896 INFO kablam! | Sep 10 02:03:35.896 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.896 INFO kablam! found type `{integer}` Sep 10 02:03:35.896 INFO kablam! Sep 10 02:03:35.918 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.918 INFO kablam! --> src/history/tree.rs:109:42 Sep 10 02:03:35.918 INFO kablam! | Sep 10 02:03:35.918 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 10 02:03:35.918 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.918 INFO kablam! | Sep 10 02:03:35.918 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.918 INFO kablam! found type `{integer}` Sep 10 02:03:35.918 INFO kablam! Sep 10 02:03:35.939 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.939 INFO kablam! --> src/history/tree.rs:109:42 Sep 10 02:03:35.939 INFO kablam! | Sep 10 02:03:35.939 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 10 02:03:35.939 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.939 INFO kablam! | Sep 10 02:03:35.939 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.939 INFO kablam! found type `{integer}` Sep 10 02:03:35.939 INFO kablam! Sep 10 02:03:35.946 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.946 INFO kablam! --> src/history/tree.rs:110:43 Sep 10 02:03:35.946 INFO kablam! | Sep 10 02:03:35.946 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 10 02:03:35.946 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.946 INFO kablam! | Sep 10 02:03:35.946 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.946 INFO kablam! found type `{integer}` Sep 10 02:03:35.946 INFO kablam! Sep 10 02:03:35.970 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:35.970 INFO kablam! --> src/history/tree.rs:110:43 Sep 10 02:03:35.970 INFO kablam! | Sep 10 02:03:35.970 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 10 02:03:35.970 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:35.970 INFO kablam! | Sep 10 02:03:35.970 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:35.970 INFO kablam! found type `{integer}` Sep 10 02:03:35.970 INFO kablam! Sep 10 02:03:36.176 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:36.176 INFO kablam! --> src/history/tree.rs:953:23 Sep 10 02:03:36.176 INFO kablam! | Sep 10 02:03:36.176 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 10 02:03:36.176 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:36.182 INFO kablam! | Sep 10 02:03:36.182 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:36.182 INFO kablam! found type `{integer}` Sep 10 02:03:36.182 INFO kablam! Sep 10 02:03:36.215 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:36.215 INFO kablam! --> src/history/tree.rs:954:27 Sep 10 02:03:36.215 INFO kablam! | Sep 10 02:03:36.215 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 10 02:03:36.215 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:36.222 INFO kablam! | Sep 10 02:03:36.222 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:36.222 INFO kablam! found type `{integer}` Sep 10 02:03:36.222 INFO kablam! Sep 10 02:03:36.238 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:36.238 INFO kablam! --> src/history/tree.rs:953:23 Sep 10 02:03:36.238 INFO kablam! | Sep 10 02:03:36.238 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 10 02:03:36.238 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:36.238 INFO kablam! | Sep 10 02:03:36.238 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:36.238 INFO kablam! found type `{integer}` Sep 10 02:03:36.238 INFO kablam! Sep 10 02:03:36.256 INFO kablam! error: aborting due to 6 previous errors Sep 10 02:03:36.256 INFO kablam! Sep 10 02:03:36.256 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 02:03:36.266 INFO kablam! error: Could not compile `demixer`. Sep 10 02:03:36.266 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 02:03:36.271 INFO kablam! error[E0308]: mismatched types Sep 10 02:03:36.271 INFO kablam! --> src/history/tree.rs:954:27 Sep 10 02:03:36.271 INFO kablam! | Sep 10 02:03:36.271 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 10 02:03:36.271 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 10 02:03:36.271 INFO kablam! | Sep 10 02:03:36.271 INFO kablam! = note: expected type `history::tree::Direction` Sep 10 02:03:36.271 INFO kablam! found type `{integer}` Sep 10 02:03:36.271 INFO kablam! Sep 10 02:03:36.302 INFO kablam! error: aborting due to 6 previous errors Sep 10 02:03:36.302 INFO kablam! Sep 10 02:03:36.303 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 10 02:03:36.314 INFO kablam! error: Could not compile `demixer`. Sep 10 02:03:36.315 INFO kablam! Sep 10 02:03:36.315 INFO kablam! To learn more, run the command again with --verbose. Sep 10 02:03:36.315 INFO kablam! su: No module specific data is present Sep 10 02:03:37.297 INFO running `"docker" "rm" "-f" "765e372c97290ffb8ec546110160dc4fc32a22d279da1271e37d52bdff8492d9"` Sep 10 02:03:37.427 INFO blam! 765e372c97290ffb8ec546110160dc4fc32a22d279da1271e37d52bdff8492d9