Sep 21 03:44:55.145 INFO checking rustz-0.1.4 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 03:44:55.145 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 03:44:55.145 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 03:44:55.368 INFO blam! c611aa75d01832996e5b4d7fa11797b5c45f8faf0d78806a8cee08bf01ce7939 Sep 21 03:44:55.371 INFO running `"docker" "start" "-a" "c611aa75d01832996e5b4d7fa11797b5c45f8faf0d78806a8cee08bf01ce7939"` Sep 21 03:44:56.350 INFO kablam! usermod: no changes Sep 21 03:44:56.422 INFO kablam! Checking rustz v0.1.4 (/source) Sep 21 03:44:56.838 INFO kablam! warning: unused import: `super::*` Sep 21 03:44:56.838 INFO kablam! --> src/lense.rs:94:9 Sep 21 03:44:56.838 INFO kablam! | Sep 21 03:44:56.838 INFO kablam! 94 | use super::*; Sep 21 03:44:56.838 INFO kablam! | ^^^^^^^^ Sep 21 03:44:56.838 INFO kablam! | Sep 21 03:44:56.838 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 03:44:56.838 INFO kablam! Sep 21 03:44:56.874 INFO kablam! warning: unused import: `super::*` Sep 21 03:44:56.874 INFO kablam! --> src/lib.rs:23:9 Sep 21 03:44:56.874 INFO kablam! | Sep 21 03:44:56.874 INFO kablam! 23 | use super::*; Sep 21 03:44:56.874 INFO kablam! | ^^^^^^^^ Sep 21 03:44:56.874 INFO kablam! | Sep 21 03:44:56.874 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 03:44:56.874 INFO kablam! Sep 21 03:44:57.085 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 03:44:57.085 INFO kablam! --> src/validation.rs:259:27 Sep 21 03:44:57.085 INFO kablam! | Sep 21 03:44:57.085 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 21 03:44:57.085 INFO kablam! | ^^^^^ Sep 21 03:44:57.085 INFO kablam! | Sep 21 03:44:57.085 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 03:44:57.085 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 03:44:57.085 INFO kablam! Sep 21 03:44:57.085 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 03:44:57.085 INFO kablam! --> src/validation.rs:259:37 Sep 21 03:44:57.085 INFO kablam! | Sep 21 03:44:57.085 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 21 03:44:57.085 INFO kablam! | ^^^^^ Sep 21 03:44:57.085 INFO kablam! | Sep 21 03:44:57.085 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 03:44:57.085 INFO kablam! Sep 21 03:44:57.278 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 03:44:57.278 INFO kablam! --> src/validation.rs:259:27 Sep 21 03:44:57.278 INFO kablam! | Sep 21 03:44:57.278 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 21 03:44:57.278 INFO kablam! | ^^^^^ Sep 21 03:44:57.303 INFO kablam! | Sep 21 03:44:57.303 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 03:44:57.303 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 03:44:57.303 INFO kablam! Sep 21 03:44:57.303 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 03:44:57.303 INFO kablam! --> src/validation.rs:259:37 Sep 21 03:44:57.303 INFO kablam! | Sep 21 03:44:57.303 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 21 03:44:57.303 INFO kablam! | ^^^^^ Sep 21 03:44:57.303 INFO kablam! | Sep 21 03:44:57.303 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 03:44:57.303 INFO kablam! Sep 21 03:44:57.445 INFO kablam! warning: unused variable: `space` Sep 21 03:44:57.445 INFO kablam! --> examples/reader.rs:20:19 Sep 21 03:44:57.445 INFO kablam! | Sep 21 03:44:57.445 INFO kablam! 20 | fn get(&self, space: &str, key: i32) -> i32 { Sep 21 03:44:57.445 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 21 03:44:57.445 INFO kablam! | Sep 21 03:44:57.445 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 03:44:57.445 INFO kablam! Sep 21 03:44:57.445 INFO kablam! warning: unused variable: `space` Sep 21 03:44:57.445 INFO kablam! --> examples/reader.rs:32:24 Sep 21 03:44:57.445 INFO kablam! | Sep 21 03:44:57.445 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 21 03:44:57.445 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 21 03:44:57.445 INFO kablam! Sep 21 03:44:57.445 INFO kablam! warning: unused variable: `key` Sep 21 03:44:57.445 INFO kablam! --> examples/reader.rs:32:37 Sep 21 03:44:57.446 INFO kablam! | Sep 21 03:44:57.446 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 21 03:44:57.446 INFO kablam! | ^^^ help: consider using `_key` instead Sep 21 03:44:57.446 INFO kablam! Sep 21 03:44:57.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Sep 21 03:44:57.656 INFO kablam! su: No module specific data is present Sep 21 03:44:58.388 INFO running `"docker" "rm" "-f" "c611aa75d01832996e5b4d7fa11797b5c45f8faf0d78806a8cee08bf01ce7939"` Sep 21 03:44:58.482 INFO blam! c611aa75d01832996e5b4d7fa11797b5c45f8faf0d78806a8cee08bf01ce7939