Oct 13 09:06:45.045 INFO checking rustz-0.1.4 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 09:06:45.045 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 09:06:45.228 INFO blam! 029307cfe34d7b1c3232754adcafafc69285e2f31ef89b27296ac1ca9061ae85 Oct 13 09:06:45.230 INFO running `"docker" "start" "-a" "029307cfe34d7b1c3232754adcafafc69285e2f31ef89b27296ac1ca9061ae85"` Oct 13 09:06:46.058 INFO kablam! usermod: no changes Oct 13 09:06:46.095 INFO kablam! Checking rustz v0.1.4 (/source) Oct 13 09:06:46.887 INFO kablam! warning: unused import: `super::*` Oct 13 09:06:46.887 INFO kablam! --> src/lib.rs:23:9 Oct 13 09:06:46.887 INFO kablam! | Oct 13 09:06:46.888 INFO kablam! 23 | use super::*; Oct 13 09:06:46.888 INFO kablam! | ^^^^^^^^ Oct 13 09:06:46.888 INFO kablam! | Oct 13 09:06:46.889 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:06:46.889 INFO kablam! Oct 13 09:06:47.104 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 09:06:47.105 INFO kablam! --> src/validation.rs:259:27 Oct 13 09:06:47.105 INFO kablam! | Oct 13 09:06:47.105 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 13 09:06:47.106 INFO kablam! | ^^^^^ Oct 13 09:06:47.106 INFO kablam! | Oct 13 09:06:47.106 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 09:06:47.106 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 09:06:47.107 INFO kablam! Oct 13 09:06:47.107 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 09:06:47.107 INFO kablam! --> src/validation.rs:259:37 Oct 13 09:06:47.107 INFO kablam! | Oct 13 09:06:47.108 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 13 09:06:47.108 INFO kablam! | ^^^^^ Oct 13 09:06:47.108 INFO kablam! | Oct 13 09:06:47.108 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 09:06:47.109 INFO kablam! Oct 13 09:06:47.109 INFO kablam! warning: unused import: `super::*` Oct 13 09:06:47.109 INFO kablam! --> src/lense.rs:94:9 Oct 13 09:06:47.109 INFO kablam! | Oct 13 09:06:47.110 INFO kablam! 94 | use super::*; Oct 13 09:06:47.110 INFO kablam! | ^^^^^^^^ Oct 13 09:06:47.110 INFO kablam! | Oct 13 09:06:47.111 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 09:06:47.111 INFO kablam! Oct 13 09:06:47.273 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 09:06:47.273 INFO kablam! --> src/validation.rs:259:27 Oct 13 09:06:47.273 INFO kablam! | Oct 13 09:06:47.274 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 13 09:06:47.274 INFO kablam! | ^^^^^ Oct 13 09:06:47.274 INFO kablam! | Oct 13 09:06:47.275 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 13 09:06:47.275 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 09:06:47.275 INFO kablam! Oct 13 09:06:47.275 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 13 09:06:47.276 INFO kablam! --> src/validation.rs:259:37 Oct 13 09:06:47.276 INFO kablam! | Oct 13 09:06:47.276 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 13 09:06:47.277 INFO kablam! | ^^^^^ Oct 13 09:06:47.277 INFO kablam! | Oct 13 09:06:47.277 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 13 09:06:47.277 INFO kablam! Oct 13 09:06:48.232 INFO kablam! warning: unused variable: `space` Oct 13 09:06:48.232 INFO kablam! --> examples/reader.rs:20:19 Oct 13 09:06:48.232 INFO kablam! | Oct 13 09:06:48.232 INFO kablam! 20 | fn get(&self, space: &str, key: i32) -> i32 { Oct 13 09:06:48.232 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 13 09:06:48.232 INFO kablam! | Oct 13 09:06:48.232 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 09:06:48.232 INFO kablam! Oct 13 09:06:48.232 INFO kablam! warning: unused variable: `space` Oct 13 09:06:48.232 INFO kablam! --> examples/reader.rs:32:24 Oct 13 09:06:48.232 INFO kablam! | Oct 13 09:06:48.232 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Oct 13 09:06:48.232 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 13 09:06:48.232 INFO kablam! Oct 13 09:06:48.232 INFO kablam! warning: unused variable: `key` Oct 13 09:06:48.232 INFO kablam! --> examples/reader.rs:32:37 Oct 13 09:06:48.232 INFO kablam! | Oct 13 09:06:48.232 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Oct 13 09:06:48.232 INFO kablam! | ^^^ help: consider using `_key` instead Oct 13 09:06:48.232 INFO kablam! Oct 13 09:06:48.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.19s Oct 13 09:06:48.280 INFO kablam! su: No module specific data is present Oct 13 09:06:49.190 INFO running `"docker" "rm" "-f" "029307cfe34d7b1c3232754adcafafc69285e2f31ef89b27296ac1ca9061ae85"` Oct 13 09:06:49.478 INFO blam! 029307cfe34d7b1c3232754adcafafc69285e2f31ef89b27296ac1ca9061ae85