Sep 19 11:44:06.051 INFO checking tarsa/demixer against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 11:44:06.051 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 11:44:06.051 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:06.535 INFO blam! adc04da2772a5b55748c1076ad22ddd5f6faf5285995e0a3a0f19f3f908812be Sep 19 11:44:06.537 INFO running `"docker" "start" "-a" "adc04da2772a5b55748c1076ad22ddd5f6faf5285995e0a3a0f19f3f908812be"` Sep 19 11:44:08.207 INFO kablam! usermod: no changes Sep 19 11:44:08.307 INFO kablam! Checking demixer v0.5.1 (/source) Sep 19 11:44:09.243 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.243 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 11:44:09.243 INFO kablam! | Sep 19 11:44:09.243 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 11:44:09.243 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.244 INFO kablam! | Sep 19 11:44:09.244 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.244 INFO kablam! found type `{integer}` Sep 19 11:44:09.244 INFO kablam! Sep 19 11:44:09.273 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.273 INFO kablam! --> src/history/tree.rs:100:38 Sep 19 11:44:09.273 INFO kablam! | Sep 19 11:44:09.273 INFO kablam! 100 | Direction::Left => &self[0], Sep 19 11:44:09.273 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.274 INFO kablam! | Sep 19 11:44:09.274 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.274 INFO kablam! found type `{integer}` Sep 19 11:44:09.274 INFO kablam! Sep 19 11:44:09.303 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.304 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 11:44:09.304 INFO kablam! | Sep 19 11:44:09.304 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 11:44:09.304 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.304 INFO kablam! | Sep 19 11:44:09.304 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.305 INFO kablam! found type `{integer}` Sep 19 11:44:09.305 INFO kablam! Sep 19 11:44:09.321 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.321 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 11:44:09.321 INFO kablam! | Sep 19 11:44:09.321 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 11:44:09.321 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.321 INFO kablam! | Sep 19 11:44:09.322 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.322 INFO kablam! found type `{integer}` Sep 19 11:44:09.322 INFO kablam! Sep 19 11:44:09.326 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.326 INFO kablam! --> src/history/tree.rs:101:39 Sep 19 11:44:09.326 INFO kablam! | Sep 19 11:44:09.327 INFO kablam! 101 | Direction::Right => &self[1], Sep 19 11:44:09.327 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.327 INFO kablam! | Sep 19 11:44:09.327 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.327 INFO kablam! found type `{integer}` Sep 19 11:44:09.327 INFO kablam! Sep 19 11:44:09.346 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.346 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 11:44:09.346 INFO kablam! | Sep 19 11:44:09.346 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 11:44:09.346 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.346 INFO kablam! | Sep 19 11:44:09.346 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.346 INFO kablam! found type `{integer}` Sep 19 11:44:09.346 INFO kablam! Sep 19 11:44:09.371 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.371 INFO kablam! --> src/history/tree.rs:109:42 Sep 19 11:44:09.371 INFO kablam! | Sep 19 11:44:09.371 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 19 11:44:09.371 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.371 INFO kablam! | Sep 19 11:44:09.371 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.371 INFO kablam! found type `{integer}` Sep 19 11:44:09.371 INFO kablam! Sep 19 11:44:09.418 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.419 INFO kablam! --> src/history/tree.rs:110:43 Sep 19 11:44:09.419 INFO kablam! | Sep 19 11:44:09.419 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 19 11:44:09.419 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.419 INFO kablam! | Sep 19 11:44:09.419 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.419 INFO kablam! found type `{integer}` Sep 19 11:44:09.422 INFO kablam! Sep 19 11:44:09.550 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.551 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 11:44:09.551 INFO kablam! | Sep 19 11:44:09.551 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 11:44:09.551 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.551 INFO kablam! | Sep 19 11:44:09.551 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.551 INFO kablam! found type `{integer}` Sep 19 11:44:09.551 INFO kablam! Sep 19 11:44:09.587 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.587 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 11:44:09.587 INFO kablam! | Sep 19 11:44:09.587 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 11:44:09.590 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.590 INFO kablam! | Sep 19 11:44:09.591 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.591 INFO kablam! found type `{integer}` Sep 19 11:44:09.591 INFO kablam! Sep 19 11:44:09.615 INFO kablam! error: aborting due to 6 previous errors Sep 19 11:44:09.616 INFO kablam! Sep 19 11:44:09.616 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 11:44:09.643 INFO kablam! error: Could not compile `demixer`. Sep 19 11:44:09.643 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 11:44:09.675 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.675 INFO kablam! --> src/history/tree.rs:953:23 Sep 19 11:44:09.675 INFO kablam! | Sep 19 11:44:09.675 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 19 11:44:09.675 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.675 INFO kablam! | Sep 19 11:44:09.675 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.675 INFO kablam! found type `{integer}` Sep 19 11:44:09.675 INFO kablam! Sep 19 11:44:09.719 INFO kablam! error[E0308]: mismatched types Sep 19 11:44:09.719 INFO kablam! --> src/history/tree.rs:954:27 Sep 19 11:44:09.719 INFO kablam! | Sep 19 11:44:09.719 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 19 11:44:09.719 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 19 11:44:09.719 INFO kablam! | Sep 19 11:44:09.719 INFO kablam! = note: expected type `history::tree::Direction` Sep 19 11:44:09.719 INFO kablam! found type `{integer}` Sep 19 11:44:09.719 INFO kablam! Sep 19 11:44:09.767 INFO kablam! error: aborting due to 6 previous errors Sep 19 11:44:09.767 INFO kablam! Sep 19 11:44:09.767 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 11:44:09.776 INFO kablam! error: Could not compile `demixer`. Sep 19 11:44:09.776 INFO kablam! Sep 19 11:44:09.776 INFO kablam! To learn more, run the command again with --verbose. Sep 19 11:44:09.778 INFO kablam! su: No module specific data is present Sep 19 11:44:10.830 INFO running `"docker" "rm" "-f" "adc04da2772a5b55748c1076ad22ddd5f6faf5285995e0a3a0f19f3f908812be"` Sep 19 11:44:11.113 INFO blam! adc04da2772a5b55748c1076ad22ddd5f6faf5285995e0a3a0f19f3f908812be