Sep 14 02:29:00.597 INFO checking tarsa/demixer against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 02:29:00.597 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 02:29:00.597 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-6/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-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:29:00.999 INFO blam! 9fc03fa7936247369029813301e453ecabad0e54ca8787c7c3c062b0200e5575 Sep 14 02:29:01.000 INFO running `"docker" "start" "-a" "9fc03fa7936247369029813301e453ecabad0e54ca8787c7c3c062b0200e5575"` Sep 14 02:29:02.569 INFO kablam! usermod: no changes Sep 14 02:29:02.639 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 14 02:29:03.384 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.384 INFO kablam! --> src/history/tree.rs:100:38 Sep 14 02:29:03.384 INFO kablam! | Sep 14 02:29:03.384 INFO kablam! 100 | Direction::Left => &self[0], Sep 14 02:29:03.384 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.395 INFO kablam! | Sep 14 02:29:03.395 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.395 INFO kablam! found type `{integer}` Sep 14 02:29:03.395 INFO kablam! Sep 14 02:29:03.407 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.407 INFO kablam! --> src/history/tree.rs:101:39 Sep 14 02:29:03.407 INFO kablam! | Sep 14 02:29:03.407 INFO kablam! 101 | Direction::Right => &self[1], Sep 14 02:29:03.407 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.407 INFO kablam! | Sep 14 02:29:03.407 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.407 INFO kablam! found type `{integer}` Sep 14 02:29:03.407 INFO kablam! Sep 14 02:29:03.431 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.431 INFO kablam! --> src/history/tree.rs:109:42 Sep 14 02:29:03.431 INFO kablam! | Sep 14 02:29:03.431 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 14 02:29:03.431 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.431 INFO kablam! | Sep 14 02:29:03.431 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.431 INFO kablam! found type `{integer}` Sep 14 02:29:03.431 INFO kablam! Sep 14 02:29:03.467 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.467 INFO kablam! --> src/history/tree.rs:110:43 Sep 14 02:29:03.467 INFO kablam! | Sep 14 02:29:03.467 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 14 02:29:03.467 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.467 INFO kablam! | Sep 14 02:29:03.467 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.467 INFO kablam! found type `{integer}` Sep 14 02:29:03.467 INFO kablam! Sep 14 02:29:03.584 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.584 INFO kablam! --> src/history/tree.rs:100:38 Sep 14 02:29:03.584 INFO kablam! | Sep 14 02:29:03.584 INFO kablam! 100 | Direction::Left => &self[0], Sep 14 02:29:03.584 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.584 INFO kablam! | Sep 14 02:29:03.584 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.584 INFO kablam! found type `{integer}` Sep 14 02:29:03.584 INFO kablam! Sep 14 02:29:03.626 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.626 INFO kablam! --> src/history/tree.rs:101:39 Sep 14 02:29:03.626 INFO kablam! | Sep 14 02:29:03.626 INFO kablam! 101 | Direction::Right => &self[1], Sep 14 02:29:03.626 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.626 INFO kablam! | Sep 14 02:29:03.626 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.626 INFO kablam! found type `{integer}` Sep 14 02:29:03.626 INFO kablam! Sep 14 02:29:03.664 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.664 INFO kablam! --> src/history/tree.rs:109:42 Sep 14 02:29:03.664 INFO kablam! | Sep 14 02:29:03.664 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 14 02:29:03.664 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.664 INFO kablam! | Sep 14 02:29:03.664 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.664 INFO kablam! found type `{integer}` Sep 14 02:29:03.664 INFO kablam! Sep 14 02:29:03.719 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.719 INFO kablam! --> src/history/tree.rs:110:43 Sep 14 02:29:03.719 INFO kablam! | Sep 14 02:29:03.719 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 14 02:29:03.719 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.719 INFO kablam! | Sep 14 02:29:03.719 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.719 INFO kablam! found type `{integer}` Sep 14 02:29:03.719 INFO kablam! Sep 14 02:29:03.765 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.765 INFO kablam! --> src/history/tree.rs:953:23 Sep 14 02:29:03.765 INFO kablam! | Sep 14 02:29:03.765 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 14 02:29:03.765 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.765 INFO kablam! | Sep 14 02:29:03.765 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.765 INFO kablam! found type `{integer}` Sep 14 02:29:03.765 INFO kablam! Sep 14 02:29:03.801 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.801 INFO kablam! --> src/history/tree.rs:954:27 Sep 14 02:29:03.801 INFO kablam! | Sep 14 02:29:03.801 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 14 02:29:03.801 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.801 INFO kablam! | Sep 14 02:29:03.801 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.801 INFO kablam! found type `{integer}` Sep 14 02:29:03.801 INFO kablam! Sep 14 02:29:03.846 INFO kablam! error: aborting due to 6 previous errors Sep 14 02:29:03.846 INFO kablam! Sep 14 02:29:03.846 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 02:29:03.863 INFO kablam! error: Could not compile `demixer`. Sep 14 02:29:03.863 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 02:29:03.972 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.972 INFO kablam! --> src/history/tree.rs:953:23 Sep 14 02:29:03.972 INFO kablam! | Sep 14 02:29:03.972 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 14 02:29:03.972 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.972 INFO kablam! | Sep 14 02:29:03.972 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.972 INFO kablam! found type `{integer}` Sep 14 02:29:03.972 INFO kablam! Sep 14 02:29:03.998 INFO kablam! error[E0308]: mismatched types Sep 14 02:29:03.998 INFO kablam! --> src/history/tree.rs:954:27 Sep 14 02:29:03.998 INFO kablam! | Sep 14 02:29:03.998 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 14 02:29:03.998 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 14 02:29:03.998 INFO kablam! | Sep 14 02:29:03.998 INFO kablam! = note: expected type `history::tree::Direction` Sep 14 02:29:03.998 INFO kablam! found type `{integer}` Sep 14 02:29:03.998 INFO kablam! Sep 14 02:29:04.023 INFO kablam! error: aborting due to 6 previous errors Sep 14 02:29:04.023 INFO kablam! Sep 14 02:29:04.023 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 02:29:04.040 INFO kablam! error: Could not compile `demixer`. Sep 14 02:29:04.040 INFO kablam! Sep 14 02:29:04.040 INFO kablam! To learn more, run the command again with --verbose. Sep 14 02:29:04.041 INFO kablam! su: No module specific data is present Sep 14 02:29:05.785 INFO running `"docker" "rm" "-f" "9fc03fa7936247369029813301e453ecabad0e54ca8787c7c3c062b0200e5575"` Sep 14 02:29:06.031 INFO blam! 9fc03fa7936247369029813301e453ecabad0e54ca8787c7c3c062b0200e5575