Sep 06 00:36:42.492 INFO checking rustz-0.1.4 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 00:36:42.492 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 00:36:42.492 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 00:36:42.672 INFO blam! b93cfd9c3776c21b2663614c2e770404d77b7e12f9b5880ee8135e31a854e02e Sep 06 00:36:42.672 INFO running `"docker" "start" "-a" "b93cfd9c3776c21b2663614c2e770404d77b7e12f9b5880ee8135e31a854e02e"` Sep 06 00:36:43.361 INFO kablam! usermod: no changes Sep 06 00:36:43.380 INFO kablam! Checking rustz v0.1.4 (file:///source) Sep 06 00:36:43.553 INFO kablam! warning: unused import: `super::*` Sep 06 00:36:43.553 INFO kablam! --> src/lense.rs:94:9 Sep 06 00:36:43.553 INFO kablam! | Sep 06 00:36:43.553 INFO kablam! 94 | use super::*; Sep 06 00:36:43.553 INFO kablam! | ^^^^^^^^ Sep 06 00:36:43.553 INFO kablam! | Sep 06 00:36:43.553 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:36:43.553 INFO kablam! Sep 06 00:36:43.555 INFO kablam! warning: unused import: `super::*` Sep 06 00:36:43.555 INFO kablam! --> src/lib.rs:23:9 Sep 06 00:36:43.555 INFO kablam! | Sep 06 00:36:43.555 INFO kablam! 23 | use super::*; Sep 06 00:36:43.555 INFO kablam! | ^^^^^^^^ Sep 06 00:36:43.555 INFO kablam! | Sep 06 00:36:43.555 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 00:36:43.555 INFO kablam! Sep 06 00:36:43.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 00:36:43.682 INFO kablam! --> src/validation.rs:259:27 Sep 06 00:36:43.682 INFO kablam! | Sep 06 00:36:43.682 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 06 00:36:43.682 INFO kablam! | ^^^^^ Sep 06 00:36:43.682 INFO kablam! | Sep 06 00:36:43.682 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 00:36:43.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 00:36:43.682 INFO kablam! Sep 06 00:36:43.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 00:36:43.682 INFO kablam! --> src/validation.rs:259:37 Sep 06 00:36:43.682 INFO kablam! | Sep 06 00:36:43.682 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 06 00:36:43.682 INFO kablam! | ^^^^^ Sep 06 00:36:43.682 INFO kablam! | Sep 06 00:36:43.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 00:36:43.682 INFO kablam! Sep 06 00:36:43.742 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 00:36:43.742 INFO kablam! --> src/validation.rs:259:27 Sep 06 00:36:43.742 INFO kablam! | Sep 06 00:36:43.742 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 06 00:36:43.742 INFO kablam! | ^^^^^ Sep 06 00:36:43.742 INFO kablam! | Sep 06 00:36:43.742 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 06 00:36:43.742 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 00:36:43.742 INFO kablam! Sep 06 00:36:43.742 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 06 00:36:43.742 INFO kablam! --> src/validation.rs:259:37 Sep 06 00:36:43.742 INFO kablam! | Sep 06 00:36:43.742 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Sep 06 00:36:43.742 INFO kablam! | ^^^^^ Sep 06 00:36:43.742 INFO kablam! | Sep 06 00:36:43.742 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 06 00:36:43.742 INFO kablam! Sep 06 00:36:43.969 INFO kablam! warning: unused variable: `space` Sep 06 00:36:43.969 INFO kablam! --> examples/reader.rs:20:19 Sep 06 00:36:43.970 INFO kablam! | Sep 06 00:36:43.970 INFO kablam! 20 | fn get(&self, space: &str, key: i32) -> i32 { Sep 06 00:36:43.970 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 06 00:36:43.970 INFO kablam! | Sep 06 00:36:43.970 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 00:36:43.970 INFO kablam! Sep 06 00:36:43.970 INFO kablam! warning: unused variable: `space` Sep 06 00:36:43.970 INFO kablam! --> examples/reader.rs:32:24 Sep 06 00:36:43.970 INFO kablam! | Sep 06 00:36:43.970 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 06 00:36:43.970 INFO kablam! | ^^^^^ help: consider using `_space` instead Sep 06 00:36:43.970 INFO kablam! Sep 06 00:36:43.970 INFO kablam! warning: unused variable: `key` Sep 06 00:36:43.970 INFO kablam! --> examples/reader.rs:32:37 Sep 06 00:36:43.970 INFO kablam! | Sep 06 00:36:43.970 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Sep 06 00:36:43.970 INFO kablam! | ^^^ help: consider using `_key` instead Sep 06 00:36:43.970 INFO kablam! Sep 06 00:36:43.995 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Sep 06 00:36:43.997 INFO kablam! su: No module specific data is present Sep 06 00:36:44.524 INFO running `"docker" "rm" "-f" "b93cfd9c3776c21b2663614c2e770404d77b7e12f9b5880ee8135e31a854e02e"` Sep 06 00:36:44.667 INFO blam! b93cfd9c3776c21b2663614c2e770404d77b7e12f9b5880ee8135e31a854e02e