Sep 04 04:25:33.063 INFO checking rustz-0.1.4 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:25:33.063 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:25:33.063 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.214 INFO blam! 73e425e6e9717b2832b0f4b71606218bebcefad34143bcb51dca1e5b94aaf588 Sep 04 04:25:33.216 INFO running `"docker" "start" "-a" "73e425e6e9717b2832b0f4b71606218bebcefad34143bcb51dca1e5b94aaf588"` Sep 04 04:25:33.906 INFO kablam! Checking rustz v0.1.4 (file:///source) Sep 04 04:25:34.312 INFO kablam! warning: unused import: `super::*` Sep 04 04:25:34.312 INFO kablam! --> src/lense.rs:94:9 Sep 04 04:25:34.312 INFO kablam! | Sep 04 04:25:34.312 INFO kablam! 94 | use super::*; Sep 04 04:25:34.312 INFO kablam! | ^^^^^^^^ Sep 04 04:25:34.312 INFO kablam! | Sep 04 04:25:34.312 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:25:34.312 INFO kablam! Sep 04 04:25:34.317 INFO kablam! warning: unused import: `super::*` Sep 04 04:25:34.317 INFO kablam! --> src/lib.rs:23:9 Sep 04 04:25:34.317 INFO kablam! | Sep 04 04:25:34.317 INFO kablam! 23 | use super::*; Sep 04 04:25:34.317 INFO kablam! | ^^^^^^^^ Sep 04 04:25:34.317 INFO kablam! | Sep 04 04:25:34.317 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 04:25:34.317 INFO kablam! Sep 04 04:25:34.517 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.517 INFO kablam! --> src/validation.rs:259:27 Sep 04 04:25:34.517 INFO kablam! | Sep 04 04:25:34.517 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.517 INFO kablam! | ^^^^^ Sep 04 04:25:34.517 INFO kablam! | Sep 04 04:25:34.517 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 04:25:34.517 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.517 INFO kablam! Sep 04 04:25:34.517 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.517 INFO kablam! --> src/validation.rs:259:37 Sep 04 04:25:34.518 INFO kablam! | Sep 04 04:25:34.518 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.518 INFO kablam! | ^^^^^ Sep 04 04:25:34.518 INFO kablam! | Sep 04 04:25:34.518 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.518 INFO kablam! Sep 04 04:25:34.835 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.835 INFO kablam! --> src/validation.rs:259:27 Sep 04 04:25:34.835 INFO kablam! | Sep 04 04:25:34.835 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.835 INFO kablam! | ^^^^^ Sep 04 04:25:34.835 INFO kablam! | Sep 04 04:25:34.835 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 04:25:34.835 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.835 INFO kablam! Sep 04 04:25:34.835 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 04:25:34.835 INFO kablam! --> src/validation.rs:259:37 Sep 04 04:25:34.836 INFO kablam! | Sep 04 04:25:34.836 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 04 04:25:34.836 INFO kablam! | ^^^^^ Sep 04 04:25:34.836 INFO kablam! | Sep 04 04:25:34.836 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 04:25:34.836 INFO kablam! Sep 04 04:25:35.031 INFO kablam! warning: unused variable: `space` Sep 04 04:25:35.031 INFO kablam! --> examples/reader.rs:20:19 Sep 04 04:25:35.031 INFO kablam! | Sep 04 04:25:35.031 INFO kablam! 20 | fn get(&self, space: &str, key: i32) -> i32 { Sep 04 04:25:35.031 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 04 04:25:35.032 INFO kablam! | Sep 04 04:25:35.032 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 04:25:35.032 INFO kablam! Sep 04 04:25:35.032 INFO kablam! warning: unused variable: `space` Sep 04 04:25:35.032 INFO kablam! --> examples/reader.rs:32:24 Sep 04 04:25:35.032 INFO kablam! | Sep 04 04:25:35.032 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 04 04:25:35.032 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 04 04:25:35.032 INFO kablam! Sep 04 04:25:35.032 INFO kablam! warning: unused variable: `key` Sep 04 04:25:35.032 INFO kablam! --> examples/reader.rs:32:37 Sep 04 04:25:35.032 INFO kablam! | Sep 04 04:25:35.032 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 04 04:25:35.032 INFO kablam! | ^^^ help: consider using `_key` instead Sep 04 04:25:35.032 INFO kablam! Sep 04 04:25:35.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Sep 04 04:25:35.074 INFO kablam! su: No module specific data is present Sep 04 04:25:35.724 INFO running `"docker" "rm" "-f" "73e425e6e9717b2832b0f4b71606218bebcefad34143bcb51dca1e5b94aaf588"` Sep 04 04:25:35.823 INFO blam! 73e425e6e9717b2832b0f4b71606218bebcefad34143bcb51dca1e5b94aaf588