Sep 17 17:28:30.406 INFO checking seven-0.1.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 17:28:30.406 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 17:28:30.406 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-7/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 17:28:30.743 INFO blam! 78007c738325ceb7e8312ab9226cfda416b74850d76a389c8cb6eae3c049b582 Sep 17 17:28:30.749 INFO running `"docker" "start" "-a" "78007c738325ceb7e8312ab9226cfda416b74850d76a389c8cb6eae3c049b582"` Sep 17 17:28:32.314 INFO kablam! usermod: no changes Sep 17 17:28:32.422 INFO kablam! Checking seven v0.1.0 (/source) Sep 17 17:28:32.779 INFO kablam! warning: unused variable: `destination` Sep 17 17:28:32.779 INFO kablam! --> src/lib.rs:18:51 Sep 17 17:28:32.779 INFO kablam! | Sep 17 17:28:32.779 INFO kablam! 18 | pub fn seven(middleware: Vec, destination: &str) -> Vec { Sep 17 17:28:32.779 INFO kablam! | ^^^^^^^^^^^ help: consider using `_destination` instead Sep 17 17:28:32.779 INFO kablam! | Sep 17 17:28:32.779 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 17 17:28:32.779 INFO kablam! Sep 17 17:28:32.868 INFO kablam! error[E0061]: this function takes 2 parameters but 1 parameter was supplied Sep 17 17:28:32.868 INFO kablam! --> src/lib.rs:64:22 Sep 17 17:28:32.868 INFO kablam! | Sep 17 17:28:32.868 INFO kablam! 18 | pub fn seven(middleware: Vec, destination: &str) -> Vec { Sep 17 17:28:32.868 INFO kablam! | --------------------------------------------------------------------------------------- defined here Sep 17 17:28:32.868 INFO kablam! ... Sep 17 17:28:32.868 INFO kablam! 64 | let result = seven(vec![ Sep 17 17:28:32.868 INFO kablam! | ______________________^ Sep 17 17:28:32.868 INFO kablam! 65 | | Box::new(|files: &mut Vec| { Sep 17 17:28:32.868 INFO kablam! 66 | | let file: &mut SimpleFile = &mut files[0]; Sep 17 17:28:32.868 INFO kablam! 67 | | file.content = "test hello".to_string(); Sep 17 17:28:32.868 INFO kablam! ... | Sep 17 17:28:32.868 INFO kablam! 72 | | }), Sep 17 17:28:32.868 INFO kablam! 73 | | ]); Sep 17 17:28:32.868 INFO kablam! | |__________^ expected 2 parameters Sep 17 17:28:32.868 INFO kablam! Sep 17 17:28:32.957 INFO kablam! error[E0308]: mismatched types Sep 17 17:28:32.957 INFO kablam! --> src/lib.rs:69:22 Sep 17 17:28:32.957 INFO kablam! | Sep 17 17:28:32.957 INFO kablam! 69 | Box::new(|files: &mut Vec| { Sep 17 17:28:32.957 INFO kablam! | ______________________^ Sep 17 17:28:32.957 INFO kablam! 70 | | let file: &mut SimpleFile = &mut files[0]; Sep 17 17:28:32.957 INFO kablam! 71 | | file.content = "override".to_string(); Sep 17 17:28:32.957 INFO kablam! 72 | | }), Sep 17 17:28:32.957 INFO kablam! | |_____________^ expected closure, found a different closure Sep 17 17:28:32.957 INFO kablam! | Sep 17 17:28:32.957 INFO kablam! = note: expected type `[closure@src/lib.rs:65:22: 68:14]` Sep 17 17:28:32.957 INFO kablam! found type `[closure@src/lib.rs:69:22: 72:14]` Sep 17 17:28:32.957 INFO kablam! = note: no two closures, even if identical, have the same type Sep 17 17:28:32.957 INFO kablam! = help: consider boxing your closure and/or using it as a trait object Sep 17 17:28:32.957 INFO kablam! Sep 17 17:28:32.962 INFO kablam! error: aborting due to 2 previous errors Sep 17 17:28:32.962 INFO kablam! Sep 17 17:28:32.962 INFO kablam! Some errors occurred: E0061, E0308. Sep 17 17:28:32.962 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 17 17:28:32.966 INFO kablam! error: Could not compile `seven`. Sep 17 17:28:32.966 INFO kablam! Sep 17 17:28:32.966 INFO kablam! To learn more, run the command again with --verbose. Sep 17 17:28:32.966 INFO kablam! su: No module specific data is present Sep 17 17:28:33.942 INFO running `"docker" "rm" "-f" "78007c738325ceb7e8312ab9226cfda416b74850d76a389c8cb6eae3c049b582"` Sep 17 17:28:34.185 INFO blam! 78007c738325ceb7e8312ab9226cfda416b74850d76a389c8cb6eae3c049b582