Oct 27 05:36:48.085 INFO checking dovahcrow/sidekiq-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:36:48.086 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 05:36:48.601 INFO blam! 562a89e99a7ca15e6d0bd7b1c298a542a7124ada748c110fef5861423abb0c11 Oct 27 05:36:48.604 INFO running `"docker" "start" "-a" "562a89e99a7ca15e6d0bd7b1c298a542a7124ada748c110fef5861423abb0c11"` Oct 27 05:36:50.098 INFO kablam! usermod: no changes Oct 27 05:36:50.337 INFO kablam! Checking hado v0.1.0 Oct 27 05:36:50.351 INFO kablam! Checking r2d2 v0.7.1 Oct 27 05:36:50.359 INFO kablam! Checking chan v0.1.19 Oct 27 05:36:50.359 INFO kablam! Checking random_choice v0.3.2 Oct 27 05:36:50.364 INFO kablam! Checking clap v2.20.5 Oct 27 05:36:50.364 INFO kablam! Compiling syn v0.11.9 Oct 27 05:36:50.387 INFO kablam! Checking futures-cpupool v0.1.3 Oct 27 05:36:50.389 INFO kablam! Checking redis v0.8.0 Oct 27 05:36:51.511 INFO kablam! Checking chrono v0.3.0 Oct 27 05:36:52.874 INFO kablam! Checking env_logger v0.4.1 Oct 27 05:36:55.504 INFO kablam! Checking chan-signal v0.2.0 Oct 27 05:37:02.475 INFO kablam! Checking r2d2_redis v0.6.0 Oct 27 05:37:05.579 INFO kablam! Compiling structopt-derive v0.0.3 Oct 27 05:37:05.642 INFO kablam! Checking sidekiq-rs v0.7.1-pre (/source) Oct 27 05:37:11.509 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:11.509 INFO kablam! --> src/middleware.rs:28:57 Oct 27 05:37:11.509 INFO kablam! | Oct 27 05:37:11.509 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:11.509 INFO kablam! | ----^^^^ Oct 27 05:37:11.509 INFO kablam! | | Oct 27 05:37:11.509 INFO kablam! | help: remove this `mut` Oct 27 05:37:11.509 INFO kablam! Oct 27 05:37:11.510 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:11.510 INFO kablam! --> src/middleware.rs:35:58 Oct 27 05:37:11.510 INFO kablam! | Oct 27 05:37:11.510 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:11.510 INFO kablam! | ----^^^^ Oct 27 05:37:11.510 INFO kablam! | | Oct 27 05:37:11.510 INFO kablam! | help: remove this `mut` Oct 27 05:37:11.511 INFO kablam! Oct 27 05:37:11.515 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:11.515 INFO kablam! --> src/middleware.rs:71:31 Oct 27 05:37:11.515 INFO kablam! | Oct 27 05:37:11.515 INFO kablam! 71 | mut next: NextFunc) Oct 27 05:37:11.515 INFO kablam! | ----^^^^ Oct 27 05:37:11.515 INFO kablam! | | Oct 27 05:37:11.515 INFO kablam! | help: remove this `mut` Oct 27 05:37:11.515 INFO kablam! Oct 27 05:37:12.892 INFO kablam! Checking structopt v0.0.3 Oct 27 05:37:17.043 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:17.043 INFO kablam! --> src/middleware.rs:28:57 Oct 27 05:37:17.043 INFO kablam! | Oct 27 05:37:17.043 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:17.043 INFO kablam! | ----^^^^ Oct 27 05:37:17.043 INFO kablam! | | Oct 27 05:37:17.043 INFO kablam! | help: remove this `mut` Oct 27 05:37:17.045 INFO kablam! Oct 27 05:37:17.055 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:17.055 INFO kablam! --> src/middleware.rs:35:58 Oct 27 05:37:17.055 INFO kablam! | Oct 27 05:37:17.055 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:17.056 INFO kablam! | ----^^^^ Oct 27 05:37:17.056 INFO kablam! | | Oct 27 05:37:17.056 INFO kablam! | help: remove this `mut` Oct 27 05:37:17.056 INFO kablam! Oct 27 05:37:17.057 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:17.057 INFO kablam! --> src/middleware.rs:71:31 Oct 27 05:37:17.057 INFO kablam! | Oct 27 05:37:17.057 INFO kablam! 71 | mut next: NextFunc) Oct 27 05:37:17.057 INFO kablam! | ----^^^^ Oct 27 05:37:17.057 INFO kablam! | | Oct 27 05:37:17.057 INFO kablam! | help: remove this `mut` Oct 27 05:37:17.057 INFO kablam! Oct 27 05:37:17.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.15s Oct 27 05:37:17.290 INFO kablam! su: No module specific data is present Oct 27 05:37:18.704 INFO running `"docker" "rm" "-f" "562a89e99a7ca15e6d0bd7b1c298a542a7124ada748c110fef5861423abb0c11"` Oct 27 05:37:19.143 INFO blam! 562a89e99a7ca15e6d0bd7b1c298a542a7124ada748c110fef5861423abb0c11