Oct 27 15:47:34.081 INFO checking sidekiq-rs-0.7.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:47:34.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 15:47:34.395 INFO blam! 11c2a35121ebe729efcb14b9572be546d95cedc3b06a9cf3cea47ecea1d82243 Oct 27 15:47:34.396 INFO running `"docker" "start" "-a" "11c2a35121ebe729efcb14b9572be546d95cedc3b06a9cf3cea47ecea1d82243"` Oct 27 15:47:35.347 INFO kablam! usermod: no changes Oct 27 15:47:35.486 INFO kablam! Checking hado v0.1.0 Oct 27 15:47:35.491 INFO kablam! Checking random_choice v0.3.2 Oct 27 15:47:35.492 INFO kablam! Checking r2d2 v0.7.4 Oct 27 15:47:35.492 INFO kablam! Compiling structopt-derive v0.0.3 Oct 27 15:47:35.492 INFO kablam! Checking structopt v0.0.3 Oct 27 15:47:35.492 INFO kablam! Checking redis v0.8.0 Oct 27 15:47:35.492 INFO kablam! Checking chan-signal v0.2.0 Oct 27 15:47:41.218 INFO kablam! Checking r2d2_redis v0.6.0 Oct 27 15:47:42.548 INFO kablam! Checking sidekiq-rs v0.7.0 (/source) Oct 27 15:47:45.595 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Oct 27 15:47:45.595 INFO kablam! --> src/server.rs:70:25 Oct 27 15:47:45.595 INFO kablam! | Oct 27 15:47:45.595 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Oct 27 15:47:45.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:47:45.595 INFO kablam! | Oct 27 15:47:45.595 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:47:45.595 INFO kablam! Oct 27 15:47:45.987 INFO kablam! warning: variable does not need to be mutable Oct 27 15:47:45.987 INFO kablam! --> src/middleware.rs:28:57 Oct 27 15:47:45.987 INFO kablam! | Oct 27 15:47:45.987 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 15:47:45.987 INFO kablam! | ----^^^^ Oct 27 15:47:45.987 INFO kablam! | | Oct 27 15:47:45.987 INFO kablam! | help: remove this `mut` Oct 27 15:47:45.987 INFO kablam! | Oct 27 15:47:45.987 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:47:45.987 INFO kablam! Oct 27 15:47:45.995 INFO kablam! warning: variable does not need to be mutable Oct 27 15:47:45.995 INFO kablam! --> src/middleware.rs:35:58 Oct 27 15:47:45.995 INFO kablam! | Oct 27 15:47:45.995 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 15:47:45.995 INFO kablam! | ----^^^^ Oct 27 15:47:45.995 INFO kablam! | | Oct 27 15:47:45.995 INFO kablam! | help: remove this `mut` Oct 27 15:47:45.995 INFO kablam! Oct 27 15:47:45.995 INFO kablam! warning: variable does not need to be mutable Oct 27 15:47:45.995 INFO kablam! --> src/middleware.rs:71:31 Oct 27 15:47:45.995 INFO kablam! | Oct 27 15:47:45.995 INFO kablam! 71 | mut next: NextFunc) Oct 27 15:47:45.995 INFO kablam! | ----^^^^ Oct 27 15:47:45.995 INFO kablam! | | Oct 27 15:47:45.995 INFO kablam! | help: remove this `mut` Oct 27 15:47:45.995 INFO kablam! Oct 27 15:47:46.063 INFO kablam! warning: use of deprecated item 'threadpool::ThreadPool::new_with_name': use ThreadPool::with_name Oct 27 15:47:46.063 INFO kablam! --> src/server.rs:70:25 Oct 27 15:47:46.063 INFO kablam! | Oct 27 15:47:46.063 INFO kablam! 70 | threadpool: ThreadPool::new_with_name("worker".into(), concurrency), Oct 27 15:47:46.063 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 15:47:46.063 INFO kablam! | Oct 27 15:47:46.063 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 15:47:46.063 INFO kablam! Oct 27 15:47:46.423 INFO kablam! warning: variable does not need to be mutable Oct 27 15:47:46.423 INFO kablam! --> src/middleware.rs:28:57 Oct 27 15:47:46.423 INFO kablam! | Oct 27 15:47:46.423 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 15:47:46.423 INFO kablam! | ----^^^^ Oct 27 15:47:46.423 INFO kablam! | | Oct 27 15:47:46.423 INFO kablam! | help: remove this `mut` Oct 27 15:47:46.423 INFO kablam! | Oct 27 15:47:46.423 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 15:47:46.423 INFO kablam! Oct 27 15:47:46.428 INFO kablam! warning: variable does not need to be mutable Oct 27 15:47:46.428 INFO kablam! --> src/middleware.rs:35:58 Oct 27 15:47:46.428 INFO kablam! | Oct 27 15:47:46.428 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 15:47:46.428 INFO kablam! | ----^^^^ Oct 27 15:47:46.428 INFO kablam! | | Oct 27 15:47:46.428 INFO kablam! | help: remove this `mut` Oct 27 15:47:46.428 INFO kablam! Oct 27 15:47:46.429 INFO kablam! warning: variable does not need to be mutable Oct 27 15:47:46.429 INFO kablam! --> src/middleware.rs:71:31 Oct 27 15:47:46.429 INFO kablam! | Oct 27 15:47:46.429 INFO kablam! 71 | mut next: NextFunc) Oct 27 15:47:46.429 INFO kablam! | ----^^^^ Oct 27 15:47:46.429 INFO kablam! | | Oct 27 15:47:46.429 INFO kablam! | help: remove this `mut` Oct 27 15:47:46.429 INFO kablam! Oct 27 15:47:49.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.11s Oct 27 15:47:49.506 INFO kablam! su: No module specific data is present Oct 27 15:47:49.873 INFO running `"docker" "rm" "-f" "11c2a35121ebe729efcb14b9572be546d95cedc3b06a9cf3cea47ecea1d82243"` Oct 27 15:47:49.979 INFO blam! 11c2a35121ebe729efcb14b9572be546d95cedc3b06a9cf3cea47ecea1d82243