Oct 21 23:57:11.689 INFO checking rustz-0.1.4 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:57:11.690 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 23:57:12.041 INFO blam! 6d26c9be1c36dd43335bd0e065f6b85b96ab7b07c606e738bad9f3a90de4755c Oct 21 23:57:12.049 INFO running `"docker" "start" "-a" "6d26c9be1c36dd43335bd0e065f6b85b96ab7b07c606e738bad9f3a90de4755c"` Oct 21 23:57:14.137 INFO kablam! usermod: no changes Oct 21 23:57:14.172 INFO kablam! Checking rustz v0.1.4 (/source) Oct 21 23:57:15.068 INFO kablam! warning: unused import: `super::*` Oct 21 23:57:15.068 INFO kablam! --> src/lense.rs:94:9 Oct 21 23:57:15.068 INFO kablam! | Oct 21 23:57:15.068 INFO kablam! 94 | use super::*; Oct 21 23:57:15.068 INFO kablam! | ^^^^^^^^ Oct 21 23:57:15.068 INFO kablam! | Oct 21 23:57:15.068 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:57:15.068 INFO kablam! Oct 21 23:57:15.433 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:57:15.433 INFO kablam! --> src/validation.rs:259:27 Oct 21 23:57:15.433 INFO kablam! | Oct 21 23:57:15.434 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 21 23:57:15.434 INFO kablam! | ^^^^^ Oct 21 23:57:15.434 INFO kablam! | Oct 21 23:57:15.435 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 21 23:57:15.435 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:57:15.435 INFO kablam! Oct 21 23:57:15.435 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:57:15.436 INFO kablam! --> src/validation.rs:259:37 Oct 21 23:57:15.436 INFO kablam! | Oct 21 23:57:15.436 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 21 23:57:15.437 INFO kablam! | ^^^^^ Oct 21 23:57:15.437 INFO kablam! | Oct 21 23:57:15.437 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:57:15.437 INFO kablam! Oct 21 23:57:15.465 INFO kablam! warning: unused import: `super::*` Oct 21 23:57:15.465 INFO kablam! --> src/lib.rs:23:9 Oct 21 23:57:15.466 INFO kablam! | Oct 21 23:57:15.466 INFO kablam! 23 | use super::*; Oct 21 23:57:15.467 INFO kablam! | ^^^^^^^^ Oct 21 23:57:15.467 INFO kablam! | Oct 21 23:57:15.468 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:57:15.469 INFO kablam! Oct 21 23:57:16.012 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:57:16.012 INFO kablam! --> src/validation.rs:259:27 Oct 21 23:57:16.012 INFO kablam! | Oct 21 23:57:16.012 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 21 23:57:16.012 INFO kablam! | ^^^^^ Oct 21 23:57:16.012 INFO kablam! | Oct 21 23:57:16.012 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 21 23:57:16.012 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:57:16.012 INFO kablam! Oct 21 23:57:16.012 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 21 23:57:16.012 INFO kablam! --> src/validation.rs:259:37 Oct 21 23:57:16.012 INFO kablam! | Oct 21 23:57:16.012 INFO kablam! 259 | pub type ValidationNel = Validation, A>; Oct 21 23:57:16.012 INFO kablam! | ^^^^^ Oct 21 23:57:16.012 INFO kablam! | Oct 21 23:57:16.012 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 21 23:57:16.012 INFO kablam! Oct 21 23:57:16.572 INFO kablam! warning: unused variable: `space` Oct 21 23:57:16.573 INFO kablam! --> examples/reader.rs:20:19 Oct 21 23:57:16.573 INFO kablam! | Oct 21 23:57:16.573 INFO kablam! 20 | fn get(&self, space: &str, key: i32) -> i32 { Oct 21 23:57:16.573 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 21 23:57:16.573 INFO kablam! | Oct 21 23:57:16.573 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:57:16.573 INFO kablam! Oct 21 23:57:16.573 INFO kablam! warning: unused variable: `space` Oct 21 23:57:16.573 INFO kablam! --> examples/reader.rs:32:24 Oct 21 23:57:16.573 INFO kablam! | Oct 21 23:57:16.573 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Oct 21 23:57:16.573 INFO kablam! | ^^^^^ help: consider using `_space` instead Oct 21 23:57:16.573 INFO kablam! Oct 21 23:57:16.573 INFO kablam! warning: unused variable: `key` Oct 21 23:57:16.573 INFO kablam! --> examples/reader.rs:32:37 Oct 21 23:57:16.573 INFO kablam! | Oct 21 23:57:16.573 INFO kablam! 32 | fn find_all(&self, space: &str, key: i32) -> Vec { Oct 21 23:57:16.573 INFO kablam! | ^^^ help: consider using `_key` instead Oct 21 23:57:16.573 INFO kablam! Oct 21 23:57:16.681 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.52s Oct 21 23:57:16.686 INFO kablam! su: No module specific data is present Oct 21 23:57:17.694 INFO running `"docker" "rm" "-f" "6d26c9be1c36dd43335bd0e065f6b85b96ab7b07c606e738bad9f3a90de4755c"` Oct 21 23:57:17.988 INFO blam! 6d26c9be1c36dd43335bd0e065f6b85b96ab7b07c606e738bad9f3a90de4755c