Sep 01 12:25:01.442 INFO checking tarsa/demixer against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 12:25:01.442 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 12:25:01.442 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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=500" "-e" "CMD=cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 12:25:01.740 INFO blam! 4e2617d7b0ee92c9790e0aff9eb5648f54396a42d89cb812d29a5a6eb5efa6fb Sep 01 12:25:01.743 INFO running `"docker" "start" "-a" "4e2617d7b0ee92c9790e0aff9eb5648f54396a42d89cb812d29a5a6eb5efa6fb"` Sep 01 12:25:02.773 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 01 12:25:03.720 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.720 INFO kablam! --> src/history/tree.rs:100:38 Sep 01 12:25:03.720 INFO kablam! | Sep 01 12:25:03.720 INFO kablam! 100 | Direction::Left => &self[0], Sep 01 12:25:03.720 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.720 INFO kablam! | Sep 01 12:25:03.721 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.721 INFO kablam! found type `{integer}` Sep 01 12:25:03.721 INFO kablam! Sep 01 12:25:03.751 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.751 INFO kablam! --> src/history/tree.rs:100:38 Sep 01 12:25:03.751 INFO kablam! | Sep 01 12:25:03.751 INFO kablam! 100 | Direction::Left => &self[0], Sep 01 12:25:03.751 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.751 INFO kablam! | Sep 01 12:25:03.751 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.751 INFO kablam! found type `{integer}` Sep 01 12:25:03.751 INFO kablam! Sep 01 12:25:03.756 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.756 INFO kablam! --> src/history/tree.rs:101:39 Sep 01 12:25:03.757 INFO kablam! | Sep 01 12:25:03.757 INFO kablam! 101 | Direction::Right => &self[1], Sep 01 12:25:03.757 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.757 INFO kablam! | Sep 01 12:25:03.757 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.757 INFO kablam! found type `{integer}` Sep 01 12:25:03.757 INFO kablam! Sep 01 12:25:03.788 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.788 INFO kablam! --> src/history/tree.rs:101:39 Sep 01 12:25:03.788 INFO kablam! | Sep 01 12:25:03.788 INFO kablam! 101 | Direction::Right => &self[1], Sep 01 12:25:03.788 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.788 INFO kablam! | Sep 01 12:25:03.788 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.788 INFO kablam! found type `{integer}` Sep 01 12:25:03.788 INFO kablam! Sep 01 12:25:03.793 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.793 INFO kablam! --> src/history/tree.rs:109:42 Sep 01 12:25:03.793 INFO kablam! | Sep 01 12:25:03.793 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 01 12:25:03.793 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.793 INFO kablam! | Sep 01 12:25:03.793 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.793 INFO kablam! found type `{integer}` Sep 01 12:25:03.793 INFO kablam! Sep 01 12:25:03.826 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.826 INFO kablam! --> src/history/tree.rs:109:42 Sep 01 12:25:03.826 INFO kablam! | Sep 01 12:25:03.826 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 01 12:25:03.826 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.826 INFO kablam! | Sep 01 12:25:03.826 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.826 INFO kablam! found type `{integer}` Sep 01 12:25:03.826 INFO kablam! Sep 01 12:25:03.828 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.828 INFO kablam! --> src/history/tree.rs:110:43 Sep 01 12:25:03.828 INFO kablam! | Sep 01 12:25:03.828 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 01 12:25:03.828 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.828 INFO kablam! | Sep 01 12:25:03.828 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.828 INFO kablam! found type `{integer}` Sep 01 12:25:03.829 INFO kablam! Sep 01 12:25:03.867 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:03.867 INFO kablam! --> src/history/tree.rs:110:43 Sep 01 12:25:03.867 INFO kablam! | Sep 01 12:25:03.867 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 01 12:25:03.867 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:03.867 INFO kablam! | Sep 01 12:25:03.867 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:03.867 INFO kablam! found type `{integer}` Sep 01 12:25:03.867 INFO kablam! Sep 01 12:25:04.183 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:04.183 INFO kablam! --> src/history/tree.rs:953:23 Sep 01 12:25:04.183 INFO kablam! | Sep 01 12:25:04.184 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 01 12:25:04.184 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:04.184 INFO kablam! | Sep 01 12:25:04.184 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:04.184 INFO kablam! found type `{integer}` Sep 01 12:25:04.184 INFO kablam! Sep 01 12:25:04.219 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:04.219 INFO kablam! --> src/history/tree.rs:954:27 Sep 01 12:25:04.219 INFO kablam! | Sep 01 12:25:04.219 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 01 12:25:04.219 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:04.219 INFO kablam! | Sep 01 12:25:04.220 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:04.220 INFO kablam! found type `{integer}` Sep 01 12:25:04.220 INFO kablam! Sep 01 12:25:04.223 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:04.223 INFO kablam! --> src/history/tree.rs:953:23 Sep 01 12:25:04.223 INFO kablam! | Sep 01 12:25:04.223 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 01 12:25:04.223 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:04.223 INFO kablam! | Sep 01 12:25:04.223 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:04.223 INFO kablam! found type `{integer}` Sep 01 12:25:04.223 INFO kablam! Sep 01 12:25:04.259 INFO kablam! error: aborting due to 6 previous errors Sep 01 12:25:04.259 INFO kablam! Sep 01 12:25:04.259 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 12:25:04.263 INFO kablam! error[E0308]: mismatched types Sep 01 12:25:04.263 INFO kablam! --> src/history/tree.rs:954:27 Sep 01 12:25:04.263 INFO kablam! | Sep 01 12:25:04.263 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 01 12:25:04.263 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 01 12:25:04.263 INFO kablam! | Sep 01 12:25:04.263 INFO kablam! = note: expected type `history::tree::Direction` Sep 01 12:25:04.263 INFO kablam! found type `{integer}` Sep 01 12:25:04.263 INFO kablam! Sep 01 12:25:04.268 INFO kablam! error: Could not compile `demixer`. Sep 01 12:25:04.269 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 12:25:04.305 INFO kablam! error: aborting due to 6 previous errors Sep 01 12:25:04.305 INFO kablam! Sep 01 12:25:04.305 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 12:25:04.314 INFO kablam! error: Could not compile `demixer`. Sep 01 12:25:04.314 INFO kablam! Sep 01 12:25:04.314 INFO kablam! To learn more, run the command again with --verbose. Sep 01 12:25:04.316 INFO kablam! su: No module specific data is present Sep 01 12:25:04.926 INFO running `"docker" "rm" "-f" "4e2617d7b0ee92c9790e0aff9eb5648f54396a42d89cb812d29a5a6eb5efa6fb"` Sep 01 12:25:05.087 INFO blam! 4e2617d7b0ee92c9790e0aff9eb5648f54396a42d89cb812d29a5a6eb5efa6fb