Sep 04 04:25:32.955 INFO checking rustz-0.1.4 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:25:32.955 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:25:32.955 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:25:33.142 INFO blam! 872285b4088d0cdb6f9cd8f7d88faa13078a5aa2133f46e17bec778617076882 Sep 04 04:25:33.143 INFO running `"docker" "start" "-a" "872285b4088d0cdb6f9cd8f7d88faa13078a5aa2133f46e17bec778617076882"` Sep 04 04:25:33.766 INFO kablam! Checking rustz v0.1.4 (file:///source) Sep 04 04:25:34.044 INFO kablam! warning: unused import: `super::*` Sep 04 04:25:34.044 INFO kablam! --> src/lense.rs:94:9 Sep 04 04:25:34.044 INFO kablam! | Sep 04 04:25:34.044 INFO kablam! 94 | use super::*; Sep 04 04:25:34.044 INFO kablam! | ^^^^^^^^ Sep 04 04:25:34.044 INFO kablam! | Sep 04 04:25:34.044 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:25:34.044 INFO kablam! Sep 04 04:25:34.189 INFO kablam! warning: unused import: `super::*` Sep 04 04:25:34.189 INFO kablam! --> src/lib.rs:23:9 Sep 04 04:25:34.189 INFO kablam! | Sep 04 04:25:34.189 INFO kablam! 23 | use super::*; Sep 04 04:25:34.189 INFO kablam! | ^^^^^^^^ Sep 04 04:25:34.189 INFO kablam! | Sep 04 04:25:34.189 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:25:34.189 INFO kablam! Sep 04 04:25:34.282 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.283 INFO kablam! --> src/validation.rs:259:27 Sep 04 04:25:34.283 INFO kablam! | Sep 04 04:25:34.283 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.283 INFO kablam! | ^^^^^ Sep 04 04:25:34.283 INFO kablam! | Sep 04 04:25:34.283 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 04:25:34.283 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.283 INFO kablam! Sep 04 04:25:34.283 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.283 INFO kablam! --> src/validation.rs:259:37 Sep 04 04:25:34.283 INFO kablam! | Sep 04 04:25:34.283 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.283 INFO kablam! | ^^^^^ Sep 04 04:25:34.283 INFO kablam! | Sep 04 04:25:34.283 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.283 INFO kablam! Sep 04 04:25:34.721 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.721 INFO kablam! --> src/validation.rs:259:27 Sep 04 04:25:34.721 INFO kablam! | Sep 04 04:25:34.721 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.721 INFO kablam! | ^^^^^ Sep 04 04:25:34.721 INFO kablam! | Sep 04 04:25:34.721 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 04:25:34.721 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.721 INFO kablam! Sep 04 04:25:34.721 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.721 INFO kablam! --> src/validation.rs:259:37 Sep 04 04:25:34.721 INFO kablam! | Sep 04 04:25:34.721 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.721 INFO kablam! | ^^^^^ Sep 04 04:25:34.722 INFO kablam! | Sep 04 04:25:34.722 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.722 INFO kablam! Sep 04 04:25:34.813 INFO kablam! warning: unused variable: `space` Sep 04 04:25:34.813 INFO kablam! --> examples/reader.rs:20:19 Sep 04 04:25:34.813 INFO kablam! | Sep 04 04:25:34.813 INFO kablam! 20 | fn get(&self, space: &str, key: i32) -> i32 { Sep 04 04:25:34.813 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 04 04:25:34.813 INFO kablam! | Sep 04 04:25:34.813 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 04:25:34.813 INFO kablam! Sep 04 04:25:34.813 INFO kablam! warning: unused variable: `space` Sep 04 04:25:34.813 INFO kablam! --> examples/reader.rs:32:24 Sep 04 04:25:34.813 INFO kablam! | Sep 04 04:25:34.813 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 04 04:25:34.813 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 04 04:25:34.813 INFO kablam! Sep 04 04:25:34.813 INFO kablam! warning: unused variable: `key` Sep 04 04:25:34.813 INFO kablam! --> examples/reader.rs:32:37 Sep 04 04:25:34.813 INFO kablam! | Sep 04 04:25:34.813 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 04 04:25:34.813 INFO kablam! | ^^^ help: consider using `_key` instead Sep 04 04:25:34.813 INFO kablam! Sep 04 04:25:34.846 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Sep 04 04:25:34.851 INFO kablam! su: No module specific data is present Sep 04 04:25:35.511 INFO running `"docker" "rm" "-f" "872285b4088d0cdb6f9cd8f7d88faa13078a5aa2133f46e17bec778617076882"` Sep 04 04:25:35.596 INFO blam! 872285b4088d0cdb6f9cd8f7d88faa13078a5aa2133f46e17bec778617076882