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