Sep 19 20:13:32.715 INFO checking sidekiq-rs-0.7.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:13:32.715 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:13:32.715 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:13:32.947 INFO blam! c67a3537fa31c8c5ce026e6c26305545cf875be1bfd31634a75ded81a783900e Sep 19 20:13:32.949 INFO running `"docker" "start" "-a" "c67a3537fa31c8c5ce026e6c26305545cf875be1bfd31634a75ded81a783900e"` Sep 19 20:13:34.273 INFO kablam! usermod: no changes Sep 19 20:13:34.543 INFO kablam! Compiling redis v0.8.0 Sep 19 20:13:34.551 INFO kablam! Checking hado v0.1.0 Sep 19 20:13:34.560 INFO kablam! Checking r2d2 v0.7.4 Sep 19 20:13:34.560 INFO kablam! Checking random_choice v0.3.2 Sep 19 20:13:34.560 INFO kablam! Checking structopt v0.0.3 Sep 19 20:13:34.560 INFO kablam! Compiling structopt-derive v0.0.3 Sep 19 20:13:34.561 INFO kablam! Checking chan-signal v0.2.0 Sep 19 20:13:34.561 INFO kablam! Checking chrono v0.3.0 Sep 19 20:13:41.657 INFO kablam! Checking r2d2_redis v0.6.0 Sep 19 20:13:42.178 INFO kablam! Checking sidekiq-rs v0.7.0 (/source) Sep 19 20:13:43.648 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 19 20:13:43.649 INFO kablam! --> src/server.rs:70:25 Sep 19 20:13:43.649 INFO kablam! | Sep 19 20:13:43.650 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 19 20:13:43.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:13:43.650 INFO kablam! | Sep 19 20:13:43.651 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:13:43.651 INFO kablam! Sep 19 20:13:43.936 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 19 20:13:43.936 INFO kablam! --> src/server.rs:70:25 Sep 19 20:13:43.936 INFO kablam! | Sep 19 20:13:43.936 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 19 20:13:43.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:13:43.937 INFO kablam! | Sep 19 20:13:43.937 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 20:13:43.937 INFO kablam! Sep 19 20:13:44.282 INFO kablam! warning: variable does not need to be mutable Sep 19 20:13:44.283 INFO kablam! --> src/middleware.rs:28:57 Sep 19 20:13:44.283 INFO kablam! | Sep 19 20:13:44.284 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 20:13:44.284 INFO kablam! | ----^^^^ Sep 19 20:13:44.285 INFO kablam! | | Sep 19 20:13:44.285 INFO kablam! | help: remove this `mut` Sep 19 20:13:44.285 INFO kablam! | Sep 19 20:13:44.286 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:13:44.286 INFO kablam! Sep 19 20:13:44.293 INFO kablam! warning: variable does not need to be mutable Sep 19 20:13:44.294 INFO kablam! --> src/middleware.rs:35:58 Sep 19 20:13:44.294 INFO kablam! | Sep 19 20:13:44.294 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 20:13:44.295 INFO kablam! | ----^^^^ Sep 19 20:13:44.295 INFO kablam! | | Sep 19 20:13:44.296 INFO kablam! | help: remove this `mut` Sep 19 20:13:44.296 INFO kablam! Sep 19 20:13:44.298 INFO kablam! warning: variable does not need to be mutable Sep 19 20:13:44.299 INFO kablam! --> src/middleware.rs:71:31 Sep 19 20:13:44.299 INFO kablam! | Sep 19 20:13:44.299 INFO kablam! 71 | mut next: NextFunc) Sep 19 20:13:44.300 INFO kablam! | ----^^^^ Sep 19 20:13:44.300 INFO kablam! | | Sep 19 20:13:44.300 INFO kablam! | help: remove this `mut` Sep 19 20:13:44.301 INFO kablam! Sep 19 20:13:44.471 INFO kablam! warning: variable does not need to be mutable Sep 19 20:13:44.471 INFO kablam! --> src/middleware.rs:28:57 Sep 19 20:13:44.471 INFO kablam! | Sep 19 20:13:44.471 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 20:13:44.471 INFO kablam! | ----^^^^ Sep 19 20:13:44.471 INFO kablam! | | Sep 19 20:13:44.471 INFO kablam! | help: remove this `mut` Sep 19 20:13:44.471 INFO kablam! | Sep 19 20:13:44.472 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:13:44.472 INFO kablam! Sep 19 20:13:44.478 INFO kablam! warning: variable does not need to be mutable Sep 19 20:13:44.478 INFO kablam! --> src/middleware.rs:35:58 Sep 19 20:13:44.479 INFO kablam! | Sep 19 20:13:44.479 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 20:13:44.479 INFO kablam! | ----^^^^ Sep 19 20:13:44.480 INFO kablam! | | Sep 19 20:13:44.480 INFO kablam! | help: remove this `mut` Sep 19 20:13:44.480 INFO kablam! Sep 19 20:13:44.482 INFO kablam! warning: variable does not need to be mutable Sep 19 20:13:44.483 INFO kablam! --> src/middleware.rs:71:31 Sep 19 20:13:44.483 INFO kablam! | Sep 19 20:13:44.484 INFO kablam! 71 | mut next: NextFunc) Sep 19 20:13:44.484 INFO kablam! | ----^^^^ Sep 19 20:13:44.484 INFO kablam! | | Sep 19 20:13:44.484 INFO kablam! | help: remove this `mut` Sep 19 20:13:44.485 INFO kablam! Sep 19 20:13:45.611 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.28s Sep 19 20:13:45.646 INFO kablam! su: No module specific data is present Sep 19 20:13:46.508 INFO running `"docker" "rm" "-f" "c67a3537fa31c8c5ce026e6c26305545cf875be1bfd31634a75ded81a783900e"` Sep 19 20:13:46.596 INFO blam! c67a3537fa31c8c5ce026e6c26305545cf875be1bfd31634a75ded81a783900e