Sep 04 03:15:03.651 INFO checking sidekiq-rs-0.7.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 03:15:03.651 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 03:15:03.652 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:03.894 INFO blam! f2796766e7244ac577ee73aeb2f15055c1862877ab2206bd36d899019131f644 Sep 04 03:15:03.896 INFO running `"docker" "start" "-a" "f2796766e7244ac577ee73aeb2f15055c1862877ab2206bd36d899019131f644"` Sep 04 03:15:05.082 INFO kablam! Compiling redis v0.8.0 Sep 04 03:15:05.088 INFO kablam! Checking hado v0.1.0 Sep 04 03:15:05.103 INFO kablam! Checking r2d2 v0.7.4 Sep 04 03:15:05.104 INFO kablam! Checking random_choice v0.3.2 Sep 04 03:15:05.104 INFO kablam! Checking structopt v0.0.3 Sep 04 03:15:05.104 INFO kablam! Compiling structopt-derive v0.0.3 Sep 04 03:15:05.104 INFO kablam! Checking chan-signal v0.2.0 Sep 04 03:15:05.104 INFO kablam! Checking chrono v0.3.0 Sep 04 03:15:15.062 INFO kablam! Checking r2d2_redis v0.6.0 Sep 04 03:15:16.111 INFO kablam! Checking sidekiq-rs v0.7.0 (file:///source) Sep 04 03:15:18.272 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 04 03:15:18.272 INFO kablam! --> src/server.rs:70:25 Sep 04 03:15:18.272 INFO kablam! | Sep 04 03:15:18.272 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 04 03:15:18.272 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:15:18.272 INFO kablam! | Sep 04 03:15:18.272 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:15:18.272 INFO kablam! Sep 04 03:15:18.354 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Sep 04 03:15:18.354 INFO kablam! --> src/server.rs:70:25 Sep 04 03:15:18.354 INFO kablam! | Sep 04 03:15:18.354 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Sep 04 03:15:18.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 03:15:18.354 INFO kablam! | Sep 04 03:15:18.354 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 03:15:18.354 INFO kablam! Sep 04 03:15:19.002 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:19.002 INFO kablam! --> src/middleware.rs:28:57 Sep 04 03:15:19.002 INFO kablam! | Sep 04 03:15:19.002 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:19.002 INFO kablam! | ----^^^^ Sep 04 03:15:19.003 INFO kablam! | | Sep 04 03:15:19.003 INFO kablam! | help: remove this `mut` Sep 04 03:15:19.003 INFO kablam! | Sep 04 03:15:19.003 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:15:19.003 INFO kablam! Sep 04 03:15:19.011 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:19.011 INFO kablam! --> src/middleware.rs:35:58 Sep 04 03:15:19.011 INFO kablam! | Sep 04 03:15:19.012 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:19.012 INFO kablam! | ----^^^^ Sep 04 03:15:19.012 INFO kablam! | | Sep 04 03:15:19.012 INFO kablam! | help: remove this `mut` Sep 04 03:15:19.012 INFO kablam! Sep 04 03:15:19.015 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:19.015 INFO kablam! --> src/middleware.rs:71:31 Sep 04 03:15:19.015 INFO kablam! | Sep 04 03:15:19.015 INFO kablam! 71 | mut next: NextFunc) Sep 04 03:15:19.015 INFO kablam! | ----^^^^ Sep 04 03:15:19.015 INFO kablam! | | Sep 04 03:15:19.015 INFO kablam! | help: remove this `mut` Sep 04 03:15:19.015 INFO kablam! Sep 04 03:15:19.404 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:19.404 INFO kablam! --> src/middleware.rs:28:57 Sep 04 03:15:19.404 INFO kablam! | Sep 04 03:15:19.405 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:19.405 INFO kablam! | ----^^^^ Sep 04 03:15:19.405 INFO kablam! | | Sep 04 03:15:19.405 INFO kablam! | help: remove this `mut` Sep 04 03:15:19.405 INFO kablam! | Sep 04 03:15:19.405 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 03:15:19.405 INFO kablam! Sep 04 03:15:19.427 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:19.427 INFO kablam! --> src/middleware.rs:35:58 Sep 04 03:15:19.427 INFO kablam! | Sep 04 03:15:19.427 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Sep 04 03:15:19.427 INFO kablam! | ----^^^^ Sep 04 03:15:19.427 INFO kablam! | | Sep 04 03:15:19.427 INFO kablam! | help: remove this `mut` Sep 04 03:15:19.427 INFO kablam! Sep 04 03:15:19.428 INFO kablam! warning: variable does not need to be mutable Sep 04 03:15:19.428 INFO kablam! --> src/middleware.rs:71:31 Sep 04 03:15:19.428 INFO kablam! | Sep 04 03:15:19.428 INFO kablam! 71 | mut next: NextFunc) Sep 04 03:15:19.428 INFO kablam! | ----^^^^ Sep 04 03:15:19.428 INFO kablam! | | Sep 04 03:15:19.428 INFO kablam! | help: remove this `mut` Sep 04 03:15:19.428 INFO kablam! Sep 04 03:15:21.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.00s Sep 04 03:15:21.888 INFO kablam! su: No module specific data is present Sep 04 03:15:22.256 INFO running `"docker" "rm" "-f" "f2796766e7244ac577ee73aeb2f15055c1862877ab2206bd36d899019131f644"` Sep 04 03:15:22.359 INFO blam! f2796766e7244ac577ee73aeb2f15055c1862877ab2206bd36d899019131f644