Oct 22 02:03:27.059 INFO checking kafka-0.7.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 02:03:27.059 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 22 02:03:27.528 INFO blam! ea706fb7c3828e95d345ee1729549c9c819ca5ee8d4f51cadcd4a4215a7013b5 Oct 22 02:03:27.532 INFO running `"docker" "start" "-a" "ea706fb7c3828e95d345ee1729549c9c819ca5ee8d4f51cadcd4a4215a7013b5"` Oct 22 02:03:28.136 INFO kablam! usermod: no changes Oct 22 02:03:28.274 INFO kablam! Checking twox-hash v1.1.1 Oct 22 02:03:29.192 INFO kablam! Checking kafka v0.7.0 (/source) Oct 22 02:03:31.568 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 02:03:31.568 INFO kablam! --> src/compression/gzip.rs:14:8 Oct 22 02:03:31.568 INFO kablam! | Oct 22 02:03:31.568 INFO kablam! 14 | Ok((compressed_bytes)) Oct 22 02:03:31.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 02:03:31.568 INFO kablam! | Oct 22 02:03:31.568 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 02:03:31.568 INFO kablam! Oct 22 02:03:31.760 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 02:03:31.760 INFO kablam! --> src/compression/gzip.rs:14:8 Oct 22 02:03:31.760 INFO kablam! | Oct 22 02:03:31.760 INFO kablam! 14 | Ok((compressed_bytes)) Oct 22 02:03:31.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 22 02:03:31.760 INFO kablam! | Oct 22 02:03:31.760 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 02:03:31.760 INFO kablam! Oct 22 02:03:33.384 INFO kablam! warning: variable does not need to be mutable Oct 22 02:03:33.384 INFO kablam! --> src/consumer/mod.rs:225:13 Oct 22 02:03:33.384 INFO kablam! | Oct 22 02:03:33.384 INFO kablam! 225 | let mut retry_partitions = &mut self.state.retry_partitions; Oct 22 02:03:33.384 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 22 02:03:33.384 INFO kablam! | | Oct 22 02:03:33.384 INFO kablam! | help: remove this `mut` Oct 22 02:03:33.384 INFO kablam! | Oct 22 02:03:33.384 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 02:03:33.384 INFO kablam! Oct 22 02:03:33.457 INFO kablam! warning: variable does not need to be mutable Oct 22 02:03:33.457 INFO kablam! --> src/consumer/mod.rs:225:13 Oct 22 02:03:33.457 INFO kablam! | Oct 22 02:03:33.457 INFO kablam! 225 | let mut retry_partitions = &mut self.state.retry_partitions; Oct 22 02:03:33.458 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 22 02:03:33.458 INFO kablam! | | Oct 22 02:03:33.458 INFO kablam! | help: remove this `mut` Oct 22 02:03:33.458 INFO kablam! | Oct 22 02:03:33.459 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 02:03:33.459 INFO kablam! Oct 22 02:03:39.273 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 02:03:39.274 INFO kablam! --> examples/console-consumer.rs:10:5 Oct 22 02:03:39.274 INFO kablam! | Oct 22 02:03:39.274 INFO kablam! 10 | use std::ascii::AsciiExt; Oct 22 02:03:39.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 02:03:39.274 INFO kablam! | Oct 22 02:03:39.274 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 02:03:39.274 INFO kablam! Oct 22 02:03:40.204 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 02:03:40.204 INFO kablam! --> examples/console-consumer.rs:10:5 Oct 22 02:03:40.204 INFO kablam! | Oct 22 02:03:40.204 INFO kablam! 10 | use std::ascii::AsciiExt; Oct 22 02:03:40.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 02:03:40.228 INFO kablam! | Oct 22 02:03:40.228 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 02:03:40.228 INFO kablam! Oct 22 02:03:40.281 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 02:03:40.281 INFO kablam! --> examples/offset-monitor.rs:8:5 Oct 22 02:03:40.281 INFO kablam! | Oct 22 02:03:40.281 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 22 02:03:40.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 02:03:40.283 INFO kablam! | Oct 22 02:03:40.283 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 02:03:40.283 INFO kablam! Oct 22 02:03:40.756 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 02:03:40.757 INFO kablam! --> examples/offset-monitor.rs:8:5 Oct 22 02:03:40.757 INFO kablam! | Oct 22 02:03:40.757 INFO kablam! 8 | use std::ascii::AsciiExt; Oct 22 02:03:40.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 02:03:40.758 INFO kablam! | Oct 22 02:03:40.758 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 02:03:40.758 INFO kablam! Oct 22 02:03:42.048 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 22 02:03:42.049 INFO kablam! --> examples/console-producer.rs:196:13 Oct 22 02:03:42.049 INFO kablam! | Oct 22 02:03:42.049 INFO kablam! 196 | use std::ascii::AsciiExt; Oct 22 02:03:42.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 02:03:42.049 INFO kablam! | Oct 22 02:03:42.049 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 02:03:42.049 INFO kablam! Oct 22 02:03:42.512 INFO kablam! warning: unused import: `std::ascii::AsciiExt` Oct 22 02:03:42.512 INFO kablam! --> examples/console-producer.rs:196:13 Oct 22 02:03:42.512 INFO kablam! | Oct 22 02:03:42.512 INFO kablam! 196 | use std::ascii::AsciiExt; Oct 22 02:03:42.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 02:03:42.512 INFO kablam! | Oct 22 02:03:42.512 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 02:03:42.512 INFO kablam! Oct 22 02:03:42.528 INFO kablam! warning: variable does not need to be mutable Oct 22 02:03:42.528 INFO kablam! --> examples/console-producer.rs:137:13 Oct 22 02:03:42.528 INFO kablam! | Oct 22 02:03:42.528 INFO kablam! 137 | let mut rec = &mut rec_stash[next_rec]; Oct 22 02:03:42.528 INFO kablam! | ----^^^ Oct 22 02:03:42.528 INFO kablam! | | Oct 22 02:03:42.528 INFO kablam! | help: remove this `mut` Oct 22 02:03:42.528 INFO kablam! | Oct 22 02:03:42.528 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 02:03:42.528 INFO kablam! Oct 22 02:03:44.152 INFO kablam! warning: use of deprecated item 'example::openssl::ssl::SslConnectorBuilder::builder_mut': SslConnectorBuilder now implements DerefMut Oct 22 02:03:44.152 INFO kablam! --> examples/example-ssl.rs:38:35 Oct 22 02:03:44.152 INFO kablam! | Oct 22 02:03:44.152 INFO kablam! 38 | let mut ctx = builder.builder_mut(); Oct 22 02:03:44.152 INFO kablam! | ^^^^^^^^^^^ Oct 22 02:03:44.152 INFO kablam! | Oct 22 02:03:44.152 INFO kablam! = note: #[warn(deprecated)] on by default Oct 22 02:03:44.152 INFO kablam! Oct 22 02:03:44.233 INFO kablam! warning: variable does not need to be mutable Oct 22 02:03:44.233 INFO kablam! --> examples/example-ssl.rs:38:17 Oct 22 02:03:44.233 INFO kablam! | Oct 22 02:03:44.233 INFO kablam! 38 | let mut ctx = builder.builder_mut(); Oct 22 02:03:44.233 INFO kablam! | ----^^^ Oct 22 02:03:44.233 INFO kablam! | | Oct 22 02:03:44.234 INFO kablam! | help: remove this `mut` Oct 22 02:03:44.234 INFO kablam! | Oct 22 02:03:44.234 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 02:03:44.234 INFO kablam! Oct 22 02:03:45.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.51s Oct 22 02:03:45.716 INFO kablam! su: No module specific data is present Oct 22 02:03:46.387 INFO running `"docker" "rm" "-f" "ea706fb7c3828e95d345ee1729549c9c819ca5ee8d4f51cadcd4a4215a7013b5"` Oct 22 02:03:46.456 INFO blam! ea706fb7c3828e95d345ee1729549c9c819ca5ee8d4f51cadcd4a4215a7013b5