Sep 20 20:47:51.256 INFO checking tarsa/demixer against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 20:47:51.257 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 20:47:51.257 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 20:47:51.501 INFO blam! bb5c61c43201968310e430db673cd4c5e8f991bceb15bafb30801d028d9fd551 Sep 20 20:47:51.502 INFO running `"docker" "start" "-a" "bb5c61c43201968310e430db673cd4c5e8f991bceb15bafb30801d028d9fd551"` Sep 20 20:47:53.534 INFO kablam! usermod: no changes Sep 20 20:47:53.602 INFO kablam! Checking demixer v0.5.1 (/source) Sep 20 20:47:54.690 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.690 INFO kablam! --> src/history/tree.rs:100:38 Sep 20 20:47:54.690 INFO kablam! | Sep 20 20:47:54.690 INFO kablam! 100 | Direction::Left => &self[0], Sep 20 20:47:54.690 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.690 INFO kablam! | Sep 20 20:47:54.690 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.690 INFO kablam! found type `{integer}` Sep 20 20:47:54.690 INFO kablam! Sep 20 20:47:54.706 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.706 INFO kablam! --> src/history/tree.rs:100:38 Sep 20 20:47:54.706 INFO kablam! | Sep 20 20:47:54.706 INFO kablam! 100 | Direction::Left => &self[0], Sep 20 20:47:54.706 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.706 INFO kablam! | Sep 20 20:47:54.706 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.706 INFO kablam! found type `{integer}` Sep 20 20:47:54.706 INFO kablam! Sep 20 20:47:54.714 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.714 INFO kablam! --> src/history/tree.rs:101:39 Sep 20 20:47:54.714 INFO kablam! | Sep 20 20:47:54.714 INFO kablam! 101 | Direction::Right => &self[1], Sep 20 20:47:54.714 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.714 INFO kablam! | Sep 20 20:47:54.714 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.714 INFO kablam! found type `{integer}` Sep 20 20:47:54.714 INFO kablam! Sep 20 20:47:54.732 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.732 INFO kablam! --> src/history/tree.rs:109:42 Sep 20 20:47:54.732 INFO kablam! | Sep 20 20:47:54.732 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 20 20:47:54.732 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.732 INFO kablam! | Sep 20 20:47:54.732 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.732 INFO kablam! found type `{integer}` Sep 20 20:47:54.732 INFO kablam! Sep 20 20:47:54.738 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.738 INFO kablam! --> src/history/tree.rs:101:39 Sep 20 20:47:54.738 INFO kablam! | Sep 20 20:47:54.738 INFO kablam! 101 | Direction::Right => &self[1], Sep 20 20:47:54.738 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.738 INFO kablam! | Sep 20 20:47:54.738 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.738 INFO kablam! found type `{integer}` Sep 20 20:47:54.738 INFO kablam! Sep 20 20:47:54.753 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.753 INFO kablam! --> src/history/tree.rs:110:43 Sep 20 20:47:54.753 INFO kablam! | Sep 20 20:47:54.753 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 20 20:47:54.753 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.753 INFO kablam! | Sep 20 20:47:54.753 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.753 INFO kablam! found type `{integer}` Sep 20 20:47:54.753 INFO kablam! Sep 20 20:47:54.777 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.777 INFO kablam! --> src/history/tree.rs:109:42 Sep 20 20:47:54.777 INFO kablam! | Sep 20 20:47:54.777 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 20 20:47:54.777 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.777 INFO kablam! | Sep 20 20:47:54.777 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.777 INFO kablam! found type `{integer}` Sep 20 20:47:54.777 INFO kablam! Sep 20 20:47:54.825 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:54.826 INFO kablam! --> src/history/tree.rs:110:43 Sep 20 20:47:54.826 INFO kablam! | Sep 20 20:47:54.826 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 20 20:47:54.826 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:54.826 INFO kablam! | Sep 20 20:47:54.826 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:54.826 INFO kablam! found type `{integer}` Sep 20 20:47:54.826 INFO kablam! Sep 20 20:47:55.078 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:55.078 INFO kablam! --> src/history/tree.rs:953:23 Sep 20 20:47:55.078 INFO kablam! | Sep 20 20:47:55.078 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 20 20:47:55.078 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:55.078 INFO kablam! | Sep 20 20:47:55.078 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:55.078 INFO kablam! found type `{integer}` Sep 20 20:47:55.078 INFO kablam! Sep 20 20:47:55.089 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:55.089 INFO kablam! --> src/history/tree.rs:953:23 Sep 20 20:47:55.089 INFO kablam! | Sep 20 20:47:55.089 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 20 20:47:55.089 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:55.089 INFO kablam! | Sep 20 20:47:55.089 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:55.089 INFO kablam! found type `{integer}` Sep 20 20:47:55.089 INFO kablam! Sep 20 20:47:55.113 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:55.113 INFO kablam! --> src/history/tree.rs:954:27 Sep 20 20:47:55.113 INFO kablam! | Sep 20 20:47:55.113 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 20 20:47:55.113 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:55.114 INFO kablam! | Sep 20 20:47:55.114 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:55.114 INFO kablam! found type `{integer}` Sep 20 20:47:55.114 INFO kablam! Sep 20 20:47:55.129 INFO kablam! error[E0308]: mismatched types Sep 20 20:47:55.129 INFO kablam! --> src/history/tree.rs:954:27 Sep 20 20:47:55.129 INFO kablam! | Sep 20 20:47:55.129 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 20 20:47:55.129 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 20 20:47:55.129 INFO kablam! | Sep 20 20:47:55.129 INFO kablam! = note: expected type `history::tree::Direction` Sep 20 20:47:55.129 INFO kablam! found type `{integer}` Sep 20 20:47:55.129 INFO kablam! Sep 20 20:47:55.138 INFO kablam! error: aborting due to 6 previous errors Sep 20 20:47:55.138 INFO kablam! Sep 20 20:47:55.138 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 20:47:55.147 INFO kablam! error: Could not compile `demixer`. Sep 20 20:47:55.148 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 20:47:55.182 INFO kablam! error: aborting due to 6 previous errors Sep 20 20:47:55.182 INFO kablam! Sep 20 20:47:55.183 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 20:47:55.192 INFO kablam! error: Could not compile `demixer`. Sep 20 20:47:55.193 INFO kablam! Sep 20 20:47:55.193 INFO kablam! To learn more, run the command again with --verbose. Sep 20 20:47:55.199 INFO kablam! su: No module specific data is present Sep 20 20:47:56.343 INFO running `"docker" "rm" "-f" "bb5c61c43201968310e430db673cd4c5e8f991bceb15bafb30801d028d9fd551"` Sep 20 20:47:56.469 INFO blam! bb5c61c43201968310e430db673cd4c5e8f991bceb15bafb30801d028d9fd551