Sep 03 19:39:02.801 INFO checking tarsa/demixer against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 19:39:02.801 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 19:39:02.801 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 19:39:03.074 INFO blam! 8d647cbc320ba2231d2883e2dd8954d83866a0d0655bebb226bcf19895bcf9f8 Sep 03 19:39:03.076 INFO running `"docker" "start" "-a" "8d647cbc320ba2231d2883e2dd8954d83866a0d0655bebb226bcf19895bcf9f8"` Sep 03 19:39:04.193 INFO kablam! Checking demixer v0.5.1 (file:///source) Sep 03 19:39:05.181 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.181 INFO kablam! --> src/history/tree.rs:100:38 Sep 03 19:39:05.181 INFO kablam! | Sep 03 19:39:05.181 INFO kablam! 100 | Direction::Left => &self[0], Sep 03 19:39:05.181 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.181 INFO kablam! | Sep 03 19:39:05.182 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.182 INFO kablam! found type `{integer}` Sep 03 19:39:05.182 INFO kablam! Sep 03 19:39:05.210 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.210 INFO kablam! --> src/history/tree.rs:100:38 Sep 03 19:39:05.210 INFO kablam! | Sep 03 19:39:05.210 INFO kablam! 100 | Direction::Left => &self[0], Sep 03 19:39:05.210 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.210 INFO kablam! | Sep 03 19:39:05.210 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.210 INFO kablam! found type `{integer}` Sep 03 19:39:05.210 INFO kablam! Sep 03 19:39:05.237 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.237 INFO kablam! --> src/history/tree.rs:101:39 Sep 03 19:39:05.237 INFO kablam! | Sep 03 19:39:05.237 INFO kablam! 101 | Direction::Right => &self[1], Sep 03 19:39:05.237 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.237 INFO kablam! | Sep 03 19:39:05.238 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.238 INFO kablam! found type `{integer}` Sep 03 19:39:05.238 INFO kablam! Sep 03 19:39:05.257 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.257 INFO kablam! --> src/history/tree.rs:101:39 Sep 03 19:39:05.257 INFO kablam! | Sep 03 19:39:05.258 INFO kablam! 101 | Direction::Right => &self[1], Sep 03 19:39:05.258 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.258 INFO kablam! | Sep 03 19:39:05.258 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.258 INFO kablam! found type `{integer}` Sep 03 19:39:05.258 INFO kablam! Sep 03 19:39:05.291 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.291 INFO kablam! --> src/history/tree.rs:109:42 Sep 03 19:39:05.291 INFO kablam! | Sep 03 19:39:05.291 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 03 19:39:05.291 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.291 INFO kablam! | Sep 03 19:39:05.291 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.291 INFO kablam! found type `{integer}` Sep 03 19:39:05.291 INFO kablam! Sep 03 19:39:05.303 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.303 INFO kablam! --> src/history/tree.rs:109:42 Sep 03 19:39:05.303 INFO kablam! | Sep 03 19:39:05.303 INFO kablam! 109 | Direction::Left => &mut self[0], Sep 03 19:39:05.303 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.303 INFO kablam! | Sep 03 19:39:05.303 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.303 INFO kablam! found type `{integer}` Sep 03 19:39:05.303 INFO kablam! Sep 03 19:39:05.353 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.353 INFO kablam! --> src/history/tree.rs:110:43 Sep 03 19:39:05.353 INFO kablam! | Sep 03 19:39:05.353 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 03 19:39:05.353 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.353 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.353 INFO kablam! --> src/history/tree.rs:110:43 Sep 03 19:39:05.353 INFO kablam! | Sep 03 19:39:05.353 INFO kablam! 110 | Direction::Right => &mut self[1], Sep 03 19:39:05.353 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.353 INFO kablam! | Sep 03 19:39:05.353 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.353 INFO kablam! found type `{integer}` Sep 03 19:39:05.353 INFO kablam! Sep 03 19:39:05.354 INFO kablam! | Sep 03 19:39:05.354 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.354 INFO kablam! found type `{integer}` Sep 03 19:39:05.354 INFO kablam! Sep 03 19:39:05.722 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.722 INFO kablam! --> src/history/tree.rs:953:23 Sep 03 19:39:05.722 INFO kablam! | Sep 03 19:39:05.722 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 03 19:39:05.722 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.722 INFO kablam! | Sep 03 19:39:05.722 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.722 INFO kablam! found type `{integer}` Sep 03 19:39:05.722 INFO kablam! Sep 03 19:39:05.762 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.762 INFO kablam! --> src/history/tree.rs:954:27 Sep 03 19:39:05.762 INFO kablam! | Sep 03 19:39:05.762 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 03 19:39:05.762 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.762 INFO kablam! | Sep 03 19:39:05.762 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.762 INFO kablam! found type `{integer}` Sep 03 19:39:05.762 INFO kablam! Sep 03 19:39:05.763 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.764 INFO kablam! --> src/history/tree.rs:953:23 Sep 03 19:39:05.764 INFO kablam! | Sep 03 19:39:05.764 INFO kablam! 953 | self.children[0] != NodeChild::INVALID && Sep 03 19:39:05.764 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.764 INFO kablam! | Sep 03 19:39:05.764 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.764 INFO kablam! found type `{integer}` Sep 03 19:39:05.765 INFO kablam! Sep 03 19:39:05.801 INFO kablam! error: aborting due to 6 previous errors Sep 03 19:39:05.801 INFO kablam! Sep 03 19:39:05.801 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 03 19:39:05.804 INFO kablam! error[E0308]: mismatched types Sep 03 19:39:05.804 INFO kablam! --> src/history/tree.rs:954:27 Sep 03 19:39:05.804 INFO kablam! | Sep 03 19:39:05.804 INFO kablam! 954 | self.children[1] != NodeChild::INVALID Sep 03 19:39:05.804 INFO kablam! | ^ expected enum `history::tree::Direction`, found integral variable Sep 03 19:39:05.804 INFO kablam! | Sep 03 19:39:05.805 INFO kablam! = note: expected type `history::tree::Direction` Sep 03 19:39:05.805 INFO kablam! found type `{integer}` Sep 03 19:39:05.805 INFO kablam! Sep 03 19:39:05.810 INFO kablam! error: Could not compile `demixer`. Sep 03 19:39:05.810 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 03 19:39:05.845 INFO kablam! error: aborting due to 6 previous errors Sep 03 19:39:05.845 INFO kablam! Sep 03 19:39:05.845 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 03 19:39:05.854 INFO kablam! error: Could not compile `demixer`. Sep 03 19:39:05.854 INFO kablam! Sep 03 19:39:05.854 INFO kablam! To learn more, run the command again with --verbose. Sep 03 19:39:05.856 INFO kablam! su: No module specific data is present Sep 03 19:39:06.445 INFO running `"docker" "rm" "-f" "8d647cbc320ba2231d2883e2dd8954d83866a0d0655bebb226bcf19895bcf9f8"` Sep 03 19:39:06.612 INFO blam! 8d647cbc320ba2231d2883e2dd8954d83866a0d0655bebb226bcf19895bcf9f8