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