Sep 01 18:48:23.630 INFO checking woot-0.1.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 18:48:23.630 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 18:48:23.630 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 18:48:23.813 INFO blam! eb568fdf51e03e04b6c63db0217357f83d9aa983fcc3e7a26ef89cc05864b88e Sep 01 18:48:23.815 INFO running `"docker" "start" "-a" "eb568fdf51e03e04b6c63db0217357f83d9aa983fcc3e7a26ef89cc05864b88e"` Sep 01 18:48:24.454 INFO kablam! Checking itertools v0.5.10 Sep 01 18:48:28.299 INFO kablam! Checking woot v0.1.2 (file:///source) Sep 01 18:48:29.448 INFO kablam! warning: variable does not need to be mutable Sep 01 18:48:29.448 INFO kablam! --> src/lib.rs:243:24 Sep 01 18:48:29.448 INFO kablam! | Sep 01 18:48:29.448 INFO kablam! 243 | .batching(|mut it| match (it.next(), it.peek()) { Sep 01 18:48:29.448 INFO kablam! | ----^^ Sep 01 18:48:29.448 INFO kablam! | | Sep 01 18:48:29.448 INFO kablam! | help: remove this `mut` Sep 01 18:48:29.449 INFO kablam! | Sep 01 18:48:29.449 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 18:48:29.449 INFO kablam! Sep 01 18:48:29.460 INFO kablam! warning: variable does not need to be mutable Sep 01 18:48:29.460 INFO kablam! --> src/lib.rs:243:24 Sep 01 18:48:29.460 INFO kablam! | Sep 01 18:48:29.460 INFO kablam! 243 | .batching(|mut it| match (it.next(), it.peek()) { Sep 01 18:48:29.460 INFO kablam! | ----^^ Sep 01 18:48:29.460 INFO kablam! | | Sep 01 18:48:29.460 INFO kablam! | help: remove this `mut` Sep 01 18:48:29.460 INFO kablam! | Sep 01 18:48:29.460 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 18:48:29.460 INFO kablam! Sep 01 18:48:30.101 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 18:48:30.101 INFO kablam! --> tests/tp2.rs:7:7 Sep 01 18:48:30.101 INFO kablam! | Sep 01 18:48:30.101 INFO kablam! 7 | s.ins(0, 'a'); Sep 01 18:48:30.101 INFO kablam! | ^^^ expected 3 parameters Sep 01 18:48:30.102 INFO kablam! Sep 01 18:48:30.132 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 18:48:30.132 INFO kablam! --> tests/tp2.rs:9:7 Sep 01 18:48:30.132 INFO kablam! | Sep 01 18:48:30.132 INFO kablam! 9 | s.ins(1, 'b'); Sep 01 18:48:30.132 INFO kablam! | ^^^ expected 3 parameters Sep 01 18:48:30.132 INFO kablam! Sep 01 18:48:30.133 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 18:48:30.134 INFO kablam! --> tests/tp2.rs:11:7 Sep 01 18:48:30.134 INFO kablam! | Sep 01 18:48:30.134 INFO kablam! 11 | s.ins(2, 'c'); Sep 01 18:48:30.134 INFO kablam! | ^^^ expected 3 parameters Sep 01 18:48:30.134 INFO kablam! Sep 01 18:48:30.136 INFO kablam! error[E0061]: this function takes 3 parameters but 2 parameters were supplied Sep 01 18:48:30.136 INFO kablam! --> tests/tp2.rs:13:7 Sep 01 18:48:30.136 INFO kablam! | Sep 01 18:48:30.136 INFO kablam! 13 | s.ins(3, 'd'); Sep 01 18:48:30.136 INFO kablam! | ^^^ expected 3 parameters Sep 01 18:48:30.136 INFO kablam! Sep 01 18:48:30.236 INFO kablam! error[E0599]: no method named `clone` found for type `woot::WString<_, _>` in the current scope Sep 01 18:48:30.236 INFO kablam! --> tests/tp2.rs:16:20 Sep 01 18:48:30.236 INFO kablam! | Sep 01 18:48:30.236 INFO kablam! 16 | let mut s1 = s.clone(); Sep 01 18:48:30.236 INFO kablam! | ^^^^^ Sep 01 18:48:30.236 INFO kablam! Sep 01 18:48:30.237 INFO kablam! error[E0599]: no method named `clone` found for type `woot::WString<_, _>` in the current scope Sep 01 18:48:30.237 INFO kablam! --> tests/tp2.rs:17:20 Sep 01 18:48:30.237 INFO kablam! | Sep 01 18:48:30.237 INFO kablam! 17 | let mut s2 = s.clone(); Sep 01 18:48:30.237 INFO kablam! | ^^^^^ Sep 01 18:48:30.237 INFO kablam! Sep 01 18:48:30.238 INFO kablam! error[E0599]: no method named `clone` found for type `woot::WString<_, _>` in the current scope Sep 01 18:48:30.238 INFO kablam! --> tests/tp2.rs:18:20 Sep 01 18:48:30.238 INFO kablam! | Sep 01 18:48:30.238 INFO kablam! 18 | let mut s3 = s.clone(); Sep 01 18:48:30.238 INFO kablam! | ^^^^^ Sep 01 18:48:30.238 INFO kablam! Sep 01 18:48:30.262 INFO kablam! error[E0107]: wrong number of type arguments: expected 2, found 1 Sep 01 18:48:30.262 INFO kablam! --> tests/brute.rs:8:10 Sep 01 18:48:30.262 INFO kablam! | Sep 01 18:48:30.262 INFO kablam! 8 | type W = WString; Sep 01 18:48:30.262 INFO kablam! | ^^^^^^^^^^^ expected 2 type arguments Sep 01 18:48:30.262 INFO kablam! Sep 01 18:48:30.263 INFO kablam! error[E0107]: wrong number of type arguments: expected 2, found 1 Sep 01 18:48:30.263 INFO kablam! --> tests/brute.rs:10:23 Sep 01 18:48:30.263 INFO kablam! | Sep 01 18:48:30.263 INFO kablam! 10 | struct E (u64, usize, Operation); Sep 01 18:48:30.263 INFO kablam! | ^^^^^^^^^^^^^ expected 2 type arguments Sep 01 18:48:30.263 INFO kablam! Sep 01 18:48:30.264 INFO kablam! error: aborting due to 2 previous errors Sep 01 18:48:30.264 INFO kablam! Sep 01 18:48:30.264 INFO kablam! For more information about this error, try `rustc --explain E0107`. Sep 01 18:48:30.271 INFO kablam! error: Could not compile `woot`. Sep 01 18:48:30.272 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 18:48:30.287 INFO kablam! error: aborting due to 7 previous errors Sep 01 18:48:30.287 INFO kablam! Sep 01 18:48:30.287 INFO kablam! Some errors occurred: E0061, E0599. Sep 01 18:48:30.287 INFO kablam! For more information about an error, try `rustc --explain E0061`. Sep 01 18:48:30.299 INFO kablam! error: Could not compile `woot`. Sep 01 18:48:30.300 INFO kablam! Sep 01 18:48:30.300 INFO kablam! To learn more, run the command again with --verbose. Sep 01 18:48:30.302 INFO kablam! su: No module specific data is present Sep 01 18:48:30.827 INFO running `"docker" "rm" "-f" "eb568fdf51e03e04b6c63db0217357f83d9aa983fcc3e7a26ef89cc05864b88e"` Sep 01 18:48:30.990 INFO blam! eb568fdf51e03e04b6c63db0217357f83d9aa983fcc3e7a26ef89cc05864b88e