Sep 04 06:44:28.351 INFO checking seven-0.1.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 06:44:28.351 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 06:44:28.351 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 04 06:44:28.522 INFO blam! b804f3694512d08c922f47f35fdad6572d4f415ccc2a16739f28fefae675d8a2 Sep 04 06:44:28.530 INFO running `"docker" "start" "-a" "b804f3694512d08c922f47f35fdad6572d4f415ccc2a16739f28fefae675d8a2"` Sep 04 06:44:29.149 INFO kablam! Checking seven v0.1.0 (file:///source) Sep 04 06:44:29.622 INFO kablam! warning: unused variable: `destination` Sep 04 06:44:29.622 INFO kablam! --> src/lib.rs:18:51 Sep 04 06:44:29.622 INFO kablam! | Sep 04 06:44:29.622 INFO kablam! 18 | pub fn seven(middleware: Vec, destination: &str) -> Vec { Sep 04 06:44:29.622 INFO kablam! | ^^^^^^^^^^^ help: consider using `_destination` instead Sep 04 06:44:29.622 INFO kablam! | Sep 04 06:44:29.622 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 06:44:29.622 INFO kablam! Sep 04 06:44:29.650 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 04 06:44:29.650 INFO kablam! --> src/lib.rs:64:22 Sep 04 06:44:29.650 INFO kablam! | Sep 04 06:44:29.650 INFO kablam! 18 | pub fn seven(middleware: Vec, destination: &str) -> Vec { Sep 04 06:44:29.650 INFO kablam! | --------------------------------------------------------------------------------------- defined here Sep 04 06:44:29.650 INFO kablam! ... Sep 04 06:44:29.650 INFO kablam! 64 | let result = seven(vec![ Sep 04 06:44:29.650 INFO kablam! | ______________________^ Sep 04 06:44:29.650 INFO kablam! 65 | | Box::new(|files: &mut Vec| { Sep 04 06:44:29.650 INFO kablam! 66 | | let file: &mut SimpleFile = &mut files[0]; Sep 04 06:44:29.650 INFO kablam! 67 | | file.content = "test hello".to_string(); Sep 04 06:44:29.650 INFO kablam! ... | Sep 04 06:44:29.650 INFO kablam! 72 | | }), Sep 04 06:44:29.650 INFO kablam! 73 | | ]); Sep 04 06:44:29.650 INFO kablam! | |__________^ expected 2 parameters Sep 04 06:44:29.650 INFO kablam! Sep 04 06:44:29.756 INFO kablam! error[E0308]: mismatched types Sep 04 06:44:29.756 INFO kablam! --> src/lib.rs:69:22 Sep 04 06:44:29.756 INFO kablam! | Sep 04 06:44:29.756 INFO kablam! 69 | Box::new(|files: &mut Vec| { Sep 04 06:44:29.756 INFO kablam! | ______________________^ Sep 04 06:44:29.756 INFO kablam! 70 | | let file: &mut SimpleFile = &mut files[0]; Sep 04 06:44:29.756 INFO kablam! 71 | | file.content = "override".to_string(); Sep 04 06:44:29.756 INFO kablam! 72 | | }), Sep 04 06:44:29.756 INFO kablam! | |_____________^ expected closure, found a different closure Sep 04 06:44:29.756 INFO kablam! | Sep 04 06:44:29.756 INFO kablam! = note: expected type `[closure@src/lib.rs:65:22: 68:14]` Sep 04 06:44:29.756 INFO kablam! found type `[closure@src/lib.rs:69:22: 72:14]` Sep 04 06:44:29.756 INFO kablam! = note: no two closures, even if identical, have the same type Sep 04 06:44:29.756 INFO kablam! = help: consider boxing your closure and/or using it as a trait object Sep 04 06:44:29.756 INFO kablam! Sep 04 06:44:29.766 INFO kablam! error: aborting due to 2 previous errors Sep 04 06:44:29.766 INFO kablam! Sep 04 06:44:29.766 INFO kablam! Some errors occurred: E0061, E0308. Sep 04 06:44:29.766 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 04 06:44:29.773 INFO kablam! error: Could not compile `seven`. Sep 04 06:44:29.773 INFO kablam! Sep 04 06:44:29.773 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:44:29.774 INFO kablam! su: No module specific data is present Sep 04 06:44:30.153 INFO running `"docker" "rm" "-f" "b804f3694512d08c922f47f35fdad6572d4f415ccc2a16739f28fefae675d8a2"` Sep 04 06:44:30.279 INFO blam! b804f3694512d08c922f47f35fdad6572d4f415ccc2a16739f28fefae675d8a2