Sep 19 11:44:08.894 INFO checking tarsa/demixer against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 11:44:08.894 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 11:44:08.894 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 11:44:09.373 INFO blam! 544f325a38f0495753123893375c8748342d1552e00806e95d2a72a55f807641 Sep 19 11:44:09.375 INFO running `"docker" "start" "-a" "544f325a38f0495753123893375c8748342d1552e00806e95d2a72a55f807641"` Sep 19 11:44:11.522 INFO kablam! usermod: no changes Sep 19 11:44:11.611 INFO kablam! Checking demixer v0.5.1 (/source) Sep 19 11:44:12.263 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.263 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 11:44:12.263 INFO kablam! | Sep 19 11:44:12.263 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 11:44:12.263 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.263 INFO kablam! | Sep 19 11:44:12.263 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.263 INFO kablam! found type `{integer}` Sep 19 11:44:12.263 INFO kablam! Sep 19 11:44:12.303 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.303 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 11:44:12.303 INFO kablam! | Sep 19 11:44:12.303 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 11:44:12.303 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.303 INFO kablam! | Sep 19 11:44:12.303 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.303 INFO kablam! found type `{integer}` Sep 19 11:44:12.303 INFO kablam! Sep 19 11:44:12.303 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.303 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 11:44:12.303 INFO kablam! | Sep 19 11:44:12.303 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 11:44:12.303 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.303 INFO kablam! | Sep 19 11:44:12.303 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.303 INFO kablam! found type `{integer}` Sep 19 11:44:12.303 INFO kablam! Sep 19 11:44:12.327 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.327 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 11:44:12.327 INFO kablam! | Sep 19 11:44:12.327 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 11:44:12.327 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.327 INFO kablam! | Sep 19 11:44:12.327 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.327 INFO kablam! found type `{integer}` Sep 19 11:44:12.327 INFO kablam! Sep 19 11:44:12.327 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.327 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 11:44:12.327 INFO kablam! | Sep 19 11:44:12.327 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 11:44:12.327 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.327 INFO kablam! | Sep 19 11:44:12.327 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.327 INFO kablam! found type `{integer}` Sep 19 11:44:12.327 INFO kablam! Sep 19 11:44:12.351 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.351 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 11:44:12.351 INFO kablam! | Sep 19 11:44:12.351 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 11:44:12.351 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.351 INFO kablam! | Sep 19 11:44:12.351 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.351 INFO kablam! found type `{integer}` Sep 19 11:44:12.351 INFO kablam! Sep 19 11:44:12.351 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.351 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 11:44:12.351 INFO kablam! | Sep 19 11:44:12.351 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 11:44:12.351 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.351 INFO kablam! | Sep 19 11:44:12.351 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.351 INFO kablam! found type `{integer}` Sep 19 11:44:12.351 INFO kablam! Sep 19 11:44:12.383 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.383 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 11:44:12.383 INFO kablam! | Sep 19 11:44:12.383 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 11:44:12.383 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.383 INFO kablam! | Sep 19 11:44:12.383 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.383 INFO kablam! found type `{integer}` Sep 19 11:44:12.383 INFO kablam! Sep 19 11:44:12.575 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.575 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 11:44:12.575 INFO kablam! | Sep 19 11:44:12.575 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 11:44:12.575 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.575 INFO kablam! | Sep 19 11:44:12.575 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.575 INFO kablam! found type `{integer}` Sep 19 11:44:12.575 INFO kablam! Sep 19 11:44:12.595 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.595 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 11:44:12.595 INFO kablam! | Sep 19 11:44:12.595 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 11:44:12.595 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.595 INFO kablam! | Sep 19 11:44:12.595 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.595 INFO kablam! found type `{integer}` Sep 19 11:44:12.595 INFO kablam! Sep 19 11:44:12.607 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.607 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 11:44:12.607 INFO kablam! | Sep 19 11:44:12.607 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 11:44:12.607 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.607 INFO kablam! | Sep 19 11:44:12.607 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.607 INFO kablam! found type `{integer}` Sep 19 11:44:12.607 INFO kablam! Sep 19 11:44:12.619 INFO kablam! error: aborting due to 6 previous errors Sep 19 11:44:12.619 INFO kablam! Sep 19 11:44:12.619 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 11:44:12.623 INFO kablam! error: Could not compile `demixer`. Sep 19 11:44:12.623 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 11:44:12.639 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:12.639 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 11:44:12.639 INFO kablam! | Sep 19 11:44:12.639 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 11:44:12.639 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:12.639 INFO kablam! | Sep 19 11:44:12.639 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:12.639 INFO kablam! found type `{integer}` Sep 19 11:44:12.639 INFO kablam! Sep 19 11:44:12.679 INFO kablam! error: aborting due to 6 previous errors Sep 19 11:44:12.679 INFO kablam! Sep 19 11:44:12.679 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 11:44:12.691 INFO kablam! error: Could not compile `demixer`. Sep 19 11:44:12.691 INFO kablam! Sep 19 11:44:12.691 INFO kablam! To learn more, run the command again with --verbose. Sep 19 11:44:12.699 INFO kablam! su: No module specific data is present Sep 19 11:44:14.013 INFO running `"docker" "rm" "-f" "544f325a38f0495753123893375c8748342d1552e00806e95d2a72a55f807641"` Sep 19 11:44:14.343 INFO blam! 544f325a38f0495753123893375c8748342d1552e00806e95d2a72a55f807641