Oct 21 23:40:40.646 INFO checking sidekiq-rs-0.7.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:40:40.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 21 23:40:40.960 INFO blam! 403f3816c07e14f61b9c728cf2bd02106b8cd6b541019207790b910a2a4223a6 Oct 21 23:40:40.966 INFO running `"docker" "start" "-a" "403f3816c07e14f61b9c728cf2bd02106b8cd6b541019207790b910a2a4223a6"` Oct 21 23:40:41.908 INFO kablam! usermod: no changes Oct 21 23:40:42.121 INFO kablam! Checking hado v0.1.0 Oct 21 23:40:42.133 INFO kablam! Checking r2d2 v0.7.4 Oct 21 23:40:42.133 INFO kablam! Checking random_choice v0.3.2 Oct 21 23:40:42.133 INFO kablam! Compiling structopt-derive v0.0.3 Oct 21 23:40:42.133 INFO kablam! Checking structopt v0.0.3 Oct 21 23:40:42.133 INFO kablam! Checking redis v0.8.0 Oct 21 23:40:42.133 INFO kablam! Checking chan-signal v0.2.0 Oct 21 23:40:45.748 INFO kablam! Checking r2d2_redis v0.6.0 Oct 21 23:40:47.169 INFO kablam! Checking sidekiq-rs v0.7.0 (/source) Oct 21 23:40:50.252 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Oct 21 23:40:50.252 INFO kablam! --> src/server.rs:70:25 Oct 21 23:40:50.252 INFO kablam! | Oct 21 23:40:50.252 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Oct 21 23:40:50.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:40:50.252 INFO kablam! | Oct 21 23:40:50.252 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:40:50.252 INFO kablam! Oct 21 23:40:50.562 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Oct 21 23:40:50.562 INFO kablam! --> src/server.rs:70:25 Oct 21 23:40:50.562 INFO kablam! | Oct 21 23:40:50.562 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Oct 21 23:40:50.562 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 23:40:50.562 INFO kablam! | Oct 21 23:40:50.562 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 23:40:50.562 INFO kablam! Oct 21 23:40:50.666 INFO kablam! warning: variable does not need to be mutable Oct 21 23:40:50.667 INFO kablam! --> src/middleware.rs:28:57 Oct 21 23:40:50.667 INFO kablam! | Oct 21 23:40:50.667 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 21 23:40:50.667 INFO kablam! | ----^^^^ Oct 21 23:40:50.667 INFO kablam! | | Oct 21 23:40:50.667 INFO kablam! | help: remove this `mut` Oct 21 23:40:50.667 INFO kablam! | Oct 21 23:40:50.667 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:40:50.667 INFO kablam! Oct 21 23:40:50.673 INFO kablam! warning: variable does not need to be mutable Oct 21 23:40:50.673 INFO kablam! --> src/middleware.rs:35:58 Oct 21 23:40:50.673 INFO kablam! | Oct 21 23:40:50.673 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 21 23:40:50.673 INFO kablam! | ----^^^^ Oct 21 23:40:50.673 INFO kablam! | | Oct 21 23:40:50.673 INFO kablam! | help: remove this `mut` Oct 21 23:40:50.673 INFO kablam! Oct 21 23:40:50.674 INFO kablam! warning: variable does not need to be mutable Oct 21 23:40:50.674 INFO kablam! --> src/middleware.rs:71:31 Oct 21 23:40:50.674 INFO kablam! | Oct 21 23:40:50.674 INFO kablam! 71 | mut next: NextFunc) Oct 21 23:40:50.674 INFO kablam! | ----^^^^ Oct 21 23:40:50.674 INFO kablam! | | Oct 21 23:40:50.674 INFO kablam! | help: remove this `mut` Oct 21 23:40:50.674 INFO kablam! Oct 21 23:40:50.965 INFO kablam! warning: variable does not need to be mutable Oct 21 23:40:50.965 INFO kablam! --> src/middleware.rs:28:57 Oct 21 23:40:50.965 INFO kablam! | Oct 21 23:40:50.966 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 21 23:40:50.966 INFO kablam! | ----^^^^ Oct 21 23:40:50.966 INFO kablam! | | Oct 21 23:40:50.966 INFO kablam! | help: remove this `mut` Oct 21 23:40:50.967 INFO kablam! | Oct 21 23:40:50.967 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 21 23:40:50.967 INFO kablam! Oct 21 23:40:50.968 INFO kablam! warning: variable does not need to be mutable Oct 21 23:40:50.968 INFO kablam! --> src/middleware.rs:35:58 Oct 21 23:40:50.968 INFO kablam! | Oct 21 23:40:50.968 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 21 23:40:50.968 INFO kablam! | ----^^^^ Oct 21 23:40:50.968 INFO kablam! | | Oct 21 23:40:50.968 INFO kablam! | help: remove this `mut` Oct 21 23:40:50.968 INFO kablam! Oct 21 23:40:50.970 INFO kablam! warning: variable does not need to be mutable Oct 21 23:40:50.970 INFO kablam! --> src/middleware.rs:71:31 Oct 21 23:40:50.970 INFO kablam! | Oct 21 23:40:50.970 INFO kablam! 71 | mut next: NextFunc) Oct 21 23:40:50.970 INFO kablam! | ----^^^^ Oct 21 23:40:50.970 INFO kablam! | | Oct 21 23:40:50.970 INFO kablam! | help: remove this `mut` Oct 21 23:40:50.970 INFO kablam! Oct 21 23:40:54.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.21s Oct 21 23:40:54.165 INFO kablam! su: No module specific data is present Oct 21 23:40:54.508 INFO running `"docker" "rm" "-f" "403f3816c07e14f61b9c728cf2bd02106b8cd6b541019207790b910a2a4223a6"` Oct 21 23:40:54.636 INFO blam! 403f3816c07e14f61b9c728cf2bd02106b8cd6b541019207790b910a2a4223a6