Oct 27 05:36:44.947 INFO checking dovahcrow/sidekiq-rs against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:36:44.949 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:36:45.409 INFO blam! efe79f963613f357738f62aea0188f6ca6c145586e2de45773fdbb6204832d21 Oct 27 05:36:45.412 INFO running `"docker" "start" "-a" "efe79f963613f357738f62aea0188f6ca6c145586e2de45773fdbb6204832d21"` Oct 27 05:36:47.265 INFO kablam! usermod: no changes Oct 27 05:36:47.545 INFO kablam! Checking hado v0.1.0 Oct 27 05:36:47.546 INFO kablam! Checking r2d2 v0.7.1 Oct 27 05:36:47.552 INFO kablam! Checking serde_json v0.9.9 Oct 27 05:36:47.570 INFO kablam! Checking chan v0.1.19 Oct 27 05:36:47.571 INFO kablam! Checking random_choice v0.3.2 Oct 27 05:36:47.585 INFO kablam! Checking futures-cpupool v0.1.3 Oct 27 05:36:47.585 INFO kablam! Compiling syn v0.11.9 Oct 27 05:36:47.586 INFO kablam! Checking structopt v0.0.3 Oct 27 05:36:48.963 INFO kablam! Checking redis v0.8.0 Oct 27 05:36:49.315 INFO kablam! Checking backtrace v0.3.0 Oct 27 05:36:49.491 INFO kablam! Checking env_logger v0.4.1 Oct 27 05:36:49.569 INFO kablam! Checking chrono v0.3.0 Oct 27 05:36:51.143 INFO kablam! Checking chan-signal v0.2.0 Oct 27 05:36:51.259 INFO kablam! Checking error-chain v0.10.0 Oct 27 05:36:56.860 INFO kablam! Checking r2d2_redis v0.6.0 Oct 27 05:36:59.944 INFO kablam! Checking sidekiq-rs v0.7.1-pre (/source) Oct 27 05:37:01.679 INFO kablam! Compiling structopt-derive v0.0.3 Oct 27 05:37:04.411 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:04.411 INFO kablam! --> src/middleware.rs:28:57 Oct 27 05:37:04.411 INFO kablam! | Oct 27 05:37:04.411 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:04.411 INFO kablam! | ----^^^^ Oct 27 05:37:04.411 INFO kablam! | | Oct 27 05:37:04.411 INFO kablam! | help: remove this `mut` Oct 27 05:37:04.412 INFO kablam! Oct 27 05:37:04.425 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:04.425 INFO kablam! --> src/middleware.rs:35:58 Oct 27 05:37:04.425 INFO kablam! | Oct 27 05:37:04.426 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:04.426 INFO kablam! | ----^^^^ Oct 27 05:37:04.426 INFO kablam! | | Oct 27 05:37:04.426 INFO kablam! | help: remove this `mut` Oct 27 05:37:04.426 INFO kablam! Oct 27 05:37:04.435 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:04.435 INFO kablam! --> src/middleware.rs:71:31 Oct 27 05:37:04.435 INFO kablam! | Oct 27 05:37:04.435 INFO kablam! 71 | mut next: NextFunc) Oct 27 05:37:04.435 INFO kablam! | ----^^^^ Oct 27 05:37:04.436 INFO kablam! | | Oct 27 05:37:04.436 INFO kablam! | help: remove this `mut` Oct 27 05:37:04.436 INFO kablam! Oct 27 05:37:10.959 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:10.959 INFO kablam! --> src/middleware.rs:28:57 Oct 27 05:37:10.959 INFO kablam! | Oct 27 05:37:10.959 INFO kablam! 28 | pub fn peek_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:10.959 INFO kablam! | ----^^^^ Oct 27 05:37:10.959 INFO kablam! | | Oct 27 05:37:10.959 INFO kablam! | help: remove this `mut` Oct 27 05:37:10.979 INFO kablam! Oct 27 05:37:10.983 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:10.983 INFO kablam! --> src/middleware.rs:35:58 Oct 27 05:37:10.983 INFO kablam! | Oct 27 05:37:10.983 INFO kablam! 35 | pub fn retry_middleware(job: &mut Job, redis: RedisPool, mut next: NextFunc) -> MiddleWareResult { Oct 27 05:37:10.983 INFO kablam! | ----^^^^ Oct 27 05:37:10.983 INFO kablam! | | Oct 27 05:37:10.983 INFO kablam! | help: remove this `mut` Oct 27 05:37:10.983 INFO kablam! Oct 27 05:37:10.991 INFO kablam! warning: variable does not need to be mutable Oct 27 05:37:10.991 INFO kablam! --> src/middleware.rs:71:31 Oct 27 05:37:10.991 INFO kablam! | Oct 27 05:37:10.991 INFO kablam! 71 | mut next: NextFunc) Oct 27 05:37:10.991 INFO kablam! | ----^^^^ Oct 27 05:37:10.991 INFO kablam! | | Oct 27 05:37:10.991 INFO kablam! | help: remove this `mut` Oct 27 05:37:10.991 INFO kablam! Oct 27 05:37:11.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.05s Oct 27 05:37:11.371 INFO kablam! su: No module specific data is present Oct 27 05:37:12.347 INFO running `"docker" "rm" "-f" "efe79f963613f357738f62aea0188f6ca6c145586e2de45773fdbb6204832d21"` Oct 27 05:37:12.723 INFO blam! efe79f963613f357738f62aea0188f6ca6c145586e2de45773fdbb6204832d21