Sep 19 18:15:57.706 INFO checking sidekiq-rs-0.7.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 18:15:57.706 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 18:15:57.706 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:15:58.058 INFO blam! 1eeeb17fca6c45cc9ba20bee81e9eae43ee176ed0c9b5d998bd8e23ca204d23e Sep 19 18:15:58.067 INFO running `"docker" "start" "-a" "1eeeb17fca6c45cc9ba20bee81e9eae43ee176ed0c9b5d998bd8e23ca204d23e"` Sep 19 18:15:59.643 INFO kablam! usermod: no changes Sep 19 18:15:59.921 INFO kablam! Checking hado v0.1.0 Sep 19 18:15:59.921 INFO kablam! Checking r2d2 v0.7.4 Sep 19 18:15:59.927 INFO kablam! Checking random_choice v0.3.2 Sep 19 18:15:59.927 INFO kablam! Compiling structopt-derive v0.0.3 Sep 19 18:15:59.927 INFO kablam! Checking structopt v0.0.3 Sep 19 18:15:59.927 INFO kablam! Checking redis v0.8.0 Sep 19 18:15:59.927 INFO kablam! Checking chan-signal v0.2.0 Sep 19 18:15:59.927 INFO kablam! Checking chrono v0.3.0 Sep 19 18:16:05.895 INFO kablam! Checking r2d2_redis v0.6.0 Sep 19 18:16:06.366 INFO kablam! Checking sidekiq-rs v0.7.0 (/source) Sep 19 18:16:07.507 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 19 18:16:07.507 INFO kablam! --> src/server.rs:70:25 Sep 19 18:16:07.507 INFO kablam! | Sep 19 18:16:07.507 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 19 18:16:07.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:16:07.507 INFO kablam! | Sep 19 18:16:07.507 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:16:07.507 INFO kablam! Sep 19 18:16:07.615 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 19 18:16:07.615 INFO kablam! --> src/server.rs:70:25 Sep 19 18:16:07.615 INFO kablam! | Sep 19 18:16:07.615 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 19 18:16:07.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:16:07.615 INFO kablam! | Sep 19 18:16:07.615 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 18:16:07.615 INFO kablam! Sep 19 18:16:08.103 INFO kablam! warning: variable does not need to be mutable Sep 19 18:16:08.103 INFO kablam! --> src/middleware.rs:28:57 Sep 19 18:16:08.103 INFO kablam! | Sep 19 18:16:08.103 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 18:16:08.103 INFO kablam! | ----^^^^ Sep 19 18:16:08.103 INFO kablam! | | Sep 19 18:16:08.103 INFO kablam! | help: remove this `mut` Sep 19 18:16:08.103 INFO kablam! | Sep 19 18:16:08.103 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:16:08.103 INFO kablam! Sep 19 18:16:08.111 INFO kablam! warning: variable does not need to be mutable Sep 19 18:16:08.111 INFO kablam! --> src/middleware.rs:35:58 Sep 19 18:16:08.111 INFO kablam! | Sep 19 18:16:08.111 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 18:16:08.111 INFO kablam! | ----^^^^ Sep 19 18:16:08.111 INFO kablam! | | Sep 19 18:16:08.111 INFO kablam! | help: remove this `mut` Sep 19 18:16:08.111 INFO kablam! Sep 19 18:16:08.111 INFO kablam! warning: variable does not need to be mutable Sep 19 18:16:08.111 INFO kablam! --> src/middleware.rs:71:31 Sep 19 18:16:08.111 INFO kablam! | Sep 19 18:16:08.111 INFO kablam! 71 | mut next: NextFunc) Sep 19 18:16:08.111 INFO kablam! | ----^^^^ Sep 19 18:16:08.111 INFO kablam! | | Sep 19 18:16:08.111 INFO kablam! | help: remove this `mut` Sep 19 18:16:08.111 INFO kablam! Sep 19 18:16:08.193 INFO kablam! warning: variable does not need to be mutable Sep 19 18:16:08.193 INFO kablam! --> src/middleware.rs:28:57 Sep 19 18:16:08.193 INFO kablam! | Sep 19 18:16:08.193 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 18:16:08.193 INFO kablam! | ----^^^^ Sep 19 18:16:08.193 INFO kablam! | | Sep 19 18:16:08.193 INFO kablam! | help: remove this `mut` Sep 19 18:16:08.193 INFO kablam! | Sep 19 18:16:08.193 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 18:16:08.193 INFO kablam! Sep 19 18:16:08.193 INFO kablam! warning: variable does not need to be mutable Sep 19 18:16:08.193 INFO kablam! --> src/middleware.rs:35:58 Sep 19 18:16:08.193 INFO kablam! | Sep 19 18:16:08.193 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 19 18:16:08.193 INFO kablam! | ----^^^^ Sep 19 18:16:08.193 INFO kablam! | | Sep 19 18:16:08.194 INFO kablam! | help: remove this `mut` Sep 19 18:16:08.194 INFO kablam! Sep 19 18:16:08.209 INFO kablam! warning: variable does not need to be mutable Sep 19 18:16:08.209 INFO kablam! --> src/middleware.rs:71:31 Sep 19 18:16:08.209 INFO kablam! | Sep 19 18:16:08.209 INFO kablam! 71 | mut next: NextFunc) Sep 19 18:16:08.209 INFO kablam! | ----^^^^ Sep 19 18:16:08.209 INFO kablam! | | Sep 19 18:16:08.209 INFO kablam! | help: remove this `mut` Sep 19 18:16:08.209 INFO kablam! Sep 19 18:16:09.490 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.82s Sep 19 18:16:09.501 INFO kablam! su: No module specific data is present Sep 19 18:16:10.066 INFO running `"docker" "rm" "-f" "1eeeb17fca6c45cc9ba20bee81e9eae43ee176ed0c9b5d998bd8e23ca204d23e"` Sep 19 18:16:10.206 INFO blam! 1eeeb17fca6c45cc9ba20bee81e9eae43ee176ed0c9b5d998bd8e23ca204d23e