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