Sep 04 03:15:02.559 INFO checking sidekiq-rs-0.7.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 03:15:02.559 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 03:15:02.559 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 03:15:02.767 INFO blam! f5b9d1ac294a8c2c888cf57e637ab05d6da5732f2a49b7f2a1c98e248f7a2b0c Sep 04 03:15:02.769 INFO running `"docker" "start" "-a" "f5b9d1ac294a8c2c888cf57e637ab05d6da5732f2a49b7f2a1c98e248f7a2b0c"` Sep 04 03:15:03.543 INFO kablam! Checking hado v0.1.0 Sep 04 03:15:03.544 INFO kablam! Checking scheduled-thread-pool v0.1.0 Sep 04 03:15:03.547 INFO kablam! Checking random_choice v0.3.2 Sep 04 03:15:03.547 INFO kablam! Compiling structopt-derive v0.0.3 Sep 04 03:15:03.547 INFO kablam! Checking structopt v0.0.3 Sep 04 03:15:03.548 INFO kablam! Checking redis v0.8.0 Sep 04 03:15:03.548 INFO kablam! Checking chan-signal v0.2.0 Sep 04 03:15:03.549 INFO kablam! Checking chrono v0.3.0 Sep 04 03:15:04.408 INFO kablam! Checking r2d2 v0.7.4 Sep 04 03:15:10.600 INFO kablam! Checking r2d2_redis v0.6.0 Sep 04 03:15:11.682 INFO kablam! Checking sidekiq-rs v0.7.0 (file:///source) Sep 04 03:15:14.048 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 04 03:15:14.048 INFO kablam! --> src/server.rs:70:25 Sep 04 03:15:14.048 INFO kablam! | Sep 04 03:15:14.048 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 04 03:15:14.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:15:14.054 INFO kablam! | Sep 04 03:15:14.054 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:15:14.055 INFO kablam! Sep 04 03:15:14.074 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 04 03:15:14.074 INFO kablam! --> src/server.rs:70:25 Sep 04 03:15:14.074 INFO kablam! | Sep 04 03:15:14.074 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 04 03:15:14.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:15:14.074 INFO kablam! | Sep 04 03:15:14.074 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:15:14.074 INFO kablam! Sep 04 03:15:15.261 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:15.261 INFO kablam! --> src/middleware.rs:28:57 Sep 04 03:15:15.261 INFO kablam! | Sep 04 03:15:15.261 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:15.261 INFO kablam! | ----^^^^ Sep 04 03:15:15.261 INFO kablam! | | Sep 04 03:15:15.261 INFO kablam! | help: remove this `mut` Sep 04 03:15:15.262 INFO kablam! | Sep 04 03:15:15.262 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:15:15.263 INFO kablam! Sep 04 03:15:15.278 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:15.278 INFO kablam! --> src/middleware.rs:35:58 Sep 04 03:15:15.278 INFO kablam! | Sep 04 03:15:15.278 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:15.278 INFO kablam! | ----^^^^ Sep 04 03:15:15.278 INFO kablam! | | Sep 04 03:15:15.278 INFO kablam! | help: remove this `mut` Sep 04 03:15:15.279 INFO kablam! Sep 04 03:15:15.283 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:15.283 INFO kablam! --> src/middleware.rs:71:31 Sep 04 03:15:15.283 INFO kablam! | Sep 04 03:15:15.283 INFO kablam! 71 | mut next: NextFunc) Sep 04 03:15:15.283 INFO kablam! | ----^^^^ Sep 04 03:15:15.283 INFO kablam! | | Sep 04 03:15:15.283 INFO kablam! | help: remove this `mut` Sep 04 03:15:15.284 INFO kablam! Sep 04 03:15:15.294 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:15.294 INFO kablam! --> src/middleware.rs:28:57 Sep 04 03:15:15.294 INFO kablam! | Sep 04 03:15:15.294 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:15.294 INFO kablam! | ----^^^^ Sep 04 03:15:15.295 INFO kablam! | | Sep 04 03:15:15.295 INFO kablam! | help: remove this `mut` Sep 04 03:15:15.302 INFO kablam! | Sep 04 03:15:15.302 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:15:15.302 INFO kablam! Sep 04 03:15:15.314 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:15.314 INFO kablam! --> src/middleware.rs:35:58 Sep 04 03:15:15.314 INFO kablam! | Sep 04 03:15:15.314 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:15.314 INFO kablam! | ----^^^^ Sep 04 03:15:15.314 INFO kablam! | | Sep 04 03:15:15.314 INFO kablam! | help: remove this `mut` Sep 04 03:15:15.315 INFO kablam! Sep 04 03:15:15.317 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:15.317 INFO kablam! --> src/middleware.rs:71:31 Sep 04 03:15:15.317 INFO kablam! | Sep 04 03:15:15.318 INFO kablam! 71 | mut next: NextFunc) Sep 04 03:15:15.318 INFO kablam! | ----^^^^ Sep 04 03:15:15.318 INFO kablam! | | Sep 04 03:15:15.318 INFO kablam! | help: remove this `mut` Sep 04 03:15:15.318 INFO kablam! Sep 04 03:15:18.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.97s Sep 04 03:15:18.394 INFO kablam! su: No module specific data is present Sep 04 03:15:18.817 INFO running `"docker" "rm" "-f" "f5b9d1ac294a8c2c888cf57e637ab05d6da5732f2a49b7f2a1c98e248f7a2b0c"` Sep 04 03:15:18.964 INFO blam! f5b9d1ac294a8c2c888cf57e637ab05d6da5732f2a49b7f2a1c98e248f7a2b0c