Sep 03 15:31:17.400 INFO checking tarsa/demixer against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 15:31:17.400 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 15:31:17.400 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 15:31:17.646 INFO blam! a64fc24f4b46c09e433bdbb59d432ad58df143a0748b1b84f657637c1aedd8f3 Sep 03 15:31:17.648 INFO running `"docker" "start" "-a" "a64fc24f4b46c09e433bdbb59d432ad58df143a0748b1b84f657637c1aedd8f3"` Sep 03 15:31:18.574 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 03 15:31:19.519 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.519 INFO kablam! --> src/history/tree.rs:100:38 Sep 03 15:31:19.519 INFO kablam! | Sep 03 15:31:19.519 INFO kablam! 100 | Direction::Left => &self[0], Sep 03 15:31:19.519 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.519 INFO kablam! | Sep 03 15:31:19.519 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.519 INFO kablam! found type `{integer}` Sep 03 15:31:19.519 INFO kablam! Sep 03 15:31:19.541 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.541 INFO kablam! --> src/history/tree.rs:100:38 Sep 03 15:31:19.541 INFO kablam! | Sep 03 15:31:19.541 INFO kablam! 100 | Direction::Left => &self[0], Sep 03 15:31:19.541 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.541 INFO kablam! | Sep 03 15:31:19.541 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.541 INFO kablam! found type `{integer}` Sep 03 15:31:19.541 INFO kablam! Sep 03 15:31:19.557 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.557 INFO kablam! --> src/history/tree.rs:101:39 Sep 03 15:31:19.557 INFO kablam! | Sep 03 15:31:19.557 INFO kablam! 101 | Direction::Right => &self[1], Sep 03 15:31:19.557 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.557 INFO kablam! | Sep 03 15:31:19.557 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.557 INFO kablam! found type `{integer}` Sep 03 15:31:19.557 INFO kablam! Sep 03 15:31:19.582 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.582 INFO kablam! --> src/history/tree.rs:101:39 Sep 03 15:31:19.582 INFO kablam! | Sep 03 15:31:19.582 INFO kablam! 101 | Direction::Right => &self[1], Sep 03 15:31:19.582 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.582 INFO kablam! | Sep 03 15:31:19.582 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.582 INFO kablam! found type `{integer}` Sep 03 15:31:19.582 INFO kablam! Sep 03 15:31:19.595 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.595 INFO kablam! --> src/history/tree.rs:109:42 Sep 03 15:31:19.595 INFO kablam! | Sep 03 15:31:19.595 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 03 15:31:19.595 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.595 INFO kablam! | Sep 03 15:31:19.595 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.595 INFO kablam! found type `{integer}` Sep 03 15:31:19.595 INFO kablam! Sep 03 15:31:19.623 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.623 INFO kablam! --> src/history/tree.rs:109:42 Sep 03 15:31:19.623 INFO kablam! | Sep 03 15:31:19.623 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 03 15:31:19.624 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.624 INFO kablam! | Sep 03 15:31:19.624 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.624 INFO kablam! found type `{integer}` Sep 03 15:31:19.624 INFO kablam! Sep 03 15:31:19.640 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.640 INFO kablam! --> src/history/tree.rs:110:43 Sep 03 15:31:19.640 INFO kablam! | Sep 03 15:31:19.640 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 03 15:31:19.640 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.640 INFO kablam! | Sep 03 15:31:19.640 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.640 INFO kablam! found type `{integer}` Sep 03 15:31:19.640 INFO kablam! Sep 03 15:31:19.666 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:19.666 INFO kablam! --> src/history/tree.rs:110:43 Sep 03 15:31:19.666 INFO kablam! | Sep 03 15:31:19.666 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 03 15:31:19.666 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:19.666 INFO kablam! | Sep 03 15:31:19.666 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:19.666 INFO kablam! found type `{integer}` Sep 03 15:31:19.667 INFO kablam! Sep 03 15:31:20.020 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:20.020 INFO kablam! --> src/history/tree.rs:953:23 Sep 03 15:31:20.020 INFO kablam! | Sep 03 15:31:20.020 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 03 15:31:20.020 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:20.020 INFO kablam! | Sep 03 15:31:20.020 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:20.020 INFO kablam! found type `{integer}` Sep 03 15:31:20.020 INFO kablam! Sep 03 15:31:20.026 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:20.026 INFO kablam! --> src/history/tree.rs:953:23 Sep 03 15:31:20.027 INFO kablam! | Sep 03 15:31:20.027 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 03 15:31:20.027 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:20.027 INFO kablam! | Sep 03 15:31:20.027 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:20.027 INFO kablam! found type `{integer}` Sep 03 15:31:20.027 INFO kablam! Sep 03 15:31:20.058 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:20.058 INFO kablam! --> src/history/tree.rs:954:27 Sep 03 15:31:20.058 INFO kablam! | Sep 03 15:31:20.058 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 03 15:31:20.058 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:20.058 INFO kablam! | Sep 03 15:31:20.058 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:20.058 INFO kablam! found type `{integer}` Sep 03 15:31:20.058 INFO kablam! Sep 03 15:31:20.068 INFO kablam! error[E0308]: mismatched types Sep 03 15:31:20.068 INFO kablam! --> src/history/tree.rs:954:27 Sep 03 15:31:20.069 INFO kablam! | Sep 03 15:31:20.069 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 03 15:31:20.069 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 15:31:20.069 INFO kablam! | Sep 03 15:31:20.069 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 15:31:20.069 INFO kablam! found type `{integer}` Sep 03 15:31:20.069 INFO kablam! Sep 03 15:31:20.099 INFO kablam! error: aborting due to 6 previous errors Sep 03 15:31:20.099 INFO kablam! Sep 03 15:31:20.099 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 03 15:31:20.108 INFO kablam! error: Could not compile `demixer`. Sep 03 15:31:20.109 INFO kablam! warning:error: aborting due to 6 previous errors Sep 03 15:31:20.109 INFO kablam! Sep 03 15:31:20.109 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 03 15:31:20.110 INFO kablam! build failed, waiting for other jobs to finish... Sep 03 15:31:20.118 INFO kablam! error: Could not compile `demixer`. Sep 03 15:31:20.118 INFO kablam! Sep 03 15:31:20.118 INFO kablam! To learn more, run the command again with --verbose. Sep 03 15:31:20.120 INFO kablam! su: No module specific data is present Sep 03 15:31:20.690 INFO running `"docker" "rm" "-f" "a64fc24f4b46c09e433bdbb59d432ad58df143a0748b1b84f657637c1aedd8f3"` Sep 03 15:31:20.837 INFO blam! a64fc24f4b46c09e433bdbb59d432ad58df143a0748b1b84f657637c1aedd8f3