Sep 19 18:56:33.945 INFO checking rustz-0.1.4 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 18:56:33.945 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 18:56:33.945 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:56:34.162 INFO blam! 582db93abc7fe1ef17924d926fa3b4d61eeb7736f86d123c30fec3622fcc1e9e Sep 19 18:56:34.165 INFO running `"docker" "start" "-a" "582db93abc7fe1ef17924d926fa3b4d61eeb7736f86d123c30fec3622fcc1e9e"` Sep 19 18:56:34.931 INFO kablam! usermod: no changes Sep 19 18:56:34.964 INFO kablam! Checking rustz v0.1.4 (/source) Sep 19 18:56:35.202 INFO kablam! warning: unused import: `super::*` Sep 19 18:56:35.202 INFO kablam! --> src/lense.rs:94:9 Sep 19 18:56:35.202 INFO kablam! | Sep 19 18:56:35.202 INFO kablam! 94 | use super::*; Sep 19 18:56:35.202 INFO kablam! | ^^^^^^^^ Sep 19 18:56:35.202 INFO kablam! | Sep 19 18:56:35.202 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:56:35.202 INFO kablam! Sep 19 18:56:35.223 INFO kablam! warning: unused import: `super::*` Sep 19 18:56:35.223 INFO kablam! --> src/lib.rs:23:9 Sep 19 18:56:35.223 INFO kablam! | Sep 19 18:56:35.223 INFO kablam! 23 | use super::*; Sep 19 18:56:35.223 INFO kablam! | ^^^^^^^^ Sep 19 18:56:35.223 INFO kablam! | Sep 19 18:56:35.223 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 18:56:35.223 INFO kablam! Sep 19 18:56:35.344 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:56:35.344 INFO kablam! --> src/validation.rs:259:27 Sep 19 18:56:35.344 INFO kablam! | Sep 19 18:56:35.344 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 19 18:56:35.344 INFO kablam! | ^^^^^ Sep 19 18:56:35.344 INFO kablam! | Sep 19 18:56:35.344 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 19 18:56:35.344 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:56:35.345 INFO kablam! Sep 19 18:56:35.345 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:56:35.345 INFO kablam! --> src/validation.rs:259:37 Sep 19 18:56:35.345 INFO kablam! | Sep 19 18:56:35.345 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 19 18:56:35.345 INFO kablam! | ^^^^^ Sep 19 18:56:35.345 INFO kablam! | Sep 19 18:56:35.345 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:56:35.345 INFO kablam! Sep 19 18:56:35.487 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:56:35.487 INFO kablam! --> src/validation.rs:259:27 Sep 19 18:56:35.487 INFO kablam! | Sep 19 18:56:35.487 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 19 18:56:35.487 INFO kablam! | ^^^^^ Sep 19 18:56:35.487 INFO kablam! | Sep 19 18:56:35.487 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 19 18:56:35.487 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:56:35.487 INFO kablam! Sep 19 18:56:35.487 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 19 18:56:35.487 INFO kablam! --> src/validation.rs:259:37 Sep 19 18:56:35.487 INFO kablam! | Sep 19 18:56:35.487 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 19 18:56:35.487 INFO kablam! | ^^^^^ Sep 19 18:56:35.487 INFO kablam! | Sep 19 18:56:35.487 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 19 18:56:35.487 INFO kablam! Sep 19 18:56:35.695 INFO kablam! warning: unused variable: `space` Sep 19 18:56:35.695 INFO kablam! --> examples/reader.rs:20:19 Sep 19 18:56:35.695 INFO kablam! | Sep 19 18:56:35.695 INFO kablam! 20 | fn get(&self, space: &str, key: i32) -> i32 { Sep 19 18:56:35.695 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 19 18:56:35.695 INFO kablam! | Sep 19 18:56:35.695 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 18:56:35.695 INFO kablam! Sep 19 18:56:35.695 INFO kablam! warning: unused variable: `space` Sep 19 18:56:35.695 INFO kablam! --> examples/reader.rs:32:24 Sep 19 18:56:35.695 INFO kablam! | Sep 19 18:56:35.695 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 19 18:56:35.695 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 19 18:56:35.695 INFO kablam! Sep 19 18:56:35.695 INFO kablam! warning: unused variable: `key` Sep 19 18:56:35.695 INFO kablam! --> examples/reader.rs:32:37 Sep 19 18:56:35.695 INFO kablam! | Sep 19 18:56:35.695 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 19 18:56:35.695 INFO kablam! | ^^^ help: consider using `_key` instead Sep 19 18:56:35.695 INFO kablam! Sep 19 18:56:35.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.86s Sep 19 18:56:35.814 INFO kablam! su: No module specific data is present Sep 19 18:56:37.103 INFO running `"docker" "rm" "-f" "582db93abc7fe1ef17924d926fa3b4d61eeb7736f86d123c30fec3622fcc1e9e"` Sep 19 18:56:37.279 INFO blam! 582db93abc7fe1ef17924d926fa3b4d61eeb7736f86d123c30fec3622fcc1e9e