Sep 21 03:13:04.181 INFO checking seven-0.1.0 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 03:13:04.181 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 03:13:04.181 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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 21 03:13:04.418 INFO blam! 37fbdddbce4d145ca9e4c20bd067a910d0ac359edc3a36bbebf707591a869215 Sep 21 03:13:04.420 INFO running `"docker" "start" "-a" "37fbdddbce4d145ca9e4c20bd067a910d0ac359edc3a36bbebf707591a869215"` Sep 21 03:13:05.730 INFO kablam! usermod: no changes Sep 21 03:13:05.828 INFO kablam! Checking seven v0.1.0 (/source) Sep 21 03:13:06.158 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 21 03:13:06.158 INFO kablam! --> src/lib.rs:64:22 Sep 21 03:13:06.158 INFO kablam! | Sep 21 03:13:06.158 INFO kablam! 18 | pub fn seven(middleware: Vec, destination: &str) -> Vec { Sep 21 03:13:06.158 INFO kablam! | --------------------------------------------------------------------------------------- defined here Sep 21 03:13:06.158 INFO kablam! ... Sep 21 03:13:06.158 INFO kablam! 64 | let result = seven(vec![ Sep 21 03:13:06.158 INFO kablam! | ______________________^ Sep 21 03:13:06.158 INFO kablam! 65 | | Box::new(|files: &mut Vec| { Sep 21 03:13:06.158 INFO kablam! 66 | | let file: &mut SimpleFile = &mut files[0]; Sep 21 03:13:06.158 INFO kablam! 67 | | file.content = "test hello".to_string(); Sep 21 03:13:06.158 INFO kablam! ... | Sep 21 03:13:06.158 INFO kablam! 72 | | }), Sep 21 03:13:06.158 INFO kablam! 73 | | ]); Sep 21 03:13:06.158 INFO kablam! | |__________^ expected 2 parameters Sep 21 03:13:06.158 INFO kablam! Sep 21 03:13:06.185 INFO kablam! warning: unused variable: `destination` Sep 21 03:13:06.185 INFO kablam! --> src/lib.rs:18:51 Sep 21 03:13:06.185 INFO kablam! | Sep 21 03:13:06.185 INFO kablam! 18 | pub fn seven(middleware: Vec, destination: &str) -> Vec { Sep 21 03:13:06.185 INFO kablam! | ^^^^^^^^^^^ help: consider using `_destination` instead Sep 21 03:13:06.185 INFO kablam! | Sep 21 03:13:06.185 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 03:13:06.185 INFO kablam! Sep 21 03:13:06.258 INFO kablam! error[E0308]: mismatched types Sep 21 03:13:06.258 INFO kablam! --> src/lib.rs:69:22 Sep 21 03:13:06.258 INFO kablam! | Sep 21 03:13:06.258 INFO kablam! 69 | Box::new(|files: &mut Vec| { Sep 21 03:13:06.258 INFO kablam! | ______________________^ Sep 21 03:13:06.258 INFO kablam! 70 | | let file: &mut SimpleFile = &mut files[0]; Sep 21 03:13:06.258 INFO kablam! 71 | | file.content = "override".to_string(); Sep 21 03:13:06.258 INFO kablam! 72 | | }), Sep 21 03:13:06.258 INFO kablam! | |_____________^ expected closure, found a different closure Sep 21 03:13:06.258 INFO kablam! | Sep 21 03:13:06.258 INFO kablam! = note: expected type `[closure@src/lib.rs:65:22: 68:14]` Sep 21 03:13:06.258 INFO kablam! found type `[closure@src/lib.rs:69:22: 72:14]` Sep 21 03:13:06.258 INFO kablam! = note: no two closures, even if identical, have the same type Sep 21 03:13:06.258 INFO kablam! = help: consider boxing your closure and/or using it as a trait object Sep 21 03:13:06.258 INFO kablam! Sep 21 03:13:06.274 INFO kablam! error: aborting due to 2 previous errors Sep 21 03:13:06.274 INFO kablam! Sep 21 03:13:06.274 INFO kablam! Some errors occurred: E0061, E0308. Sep 21 03:13:06.274 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 21 03:13:06.285 INFO kablam! error: Could not compile `seven`. Sep 21 03:13:06.285 INFO kablam! Sep 21 03:13:06.285 INFO kablam! To learn more, run the command again with --verbose. Sep 21 03:13:06.293 INFO kablam! su: No module specific data is present Sep 21 03:13:07.126 INFO running `"docker" "rm" "-f" "37fbdddbce4d145ca9e4c20bd067a910d0ac359edc3a36bbebf707591a869215"` Sep 21 03:13:07.248 INFO blam! 37fbdddbce4d145ca9e4c20bd067a910d0ac359edc3a36bbebf707591a869215