Oct 27 04:01:17.576 INFO checking hamez0r/redis_play against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:01:17.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 04:01:18.096 INFO blam! 40cc877743532e2d9e5540d65c9246a7e124e44c1ab0a977defc46113f7d57d7 Oct 27 04:01:18.107 INFO running `"docker" "start" "-a" "40cc877743532e2d9e5540d65c9246a7e124e44c1ab0a977defc46113f7d57d7"` Oct 27 04:01:19.099 INFO kablam! usermod: no changes Oct 27 04:01:19.163 INFO kablam! Checking redis v0.8.0 Oct 27 04:01:21.843 INFO kablam! Checking redis v0.1.0 (/source) Oct 27 04:01:22.803 INFO kablam! warning: unused import: `Duration` Oct 27 04:01:22.803 INFO kablam! --> src/main.rs:2:17 Oct 27 04:01:22.803 INFO kablam! | Oct 27 04:01:22.803 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 27 04:01:22.803 INFO kablam! | ^^^^^^^^ Oct 27 04:01:22.803 INFO kablam! | Oct 27 04:01:22.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:01:22.811 INFO kablam! Oct 27 04:01:22.811 INFO kablam! warning: unused import: `std::error::Error` Oct 27 04:01:22.811 INFO kablam! --> src/main.rs:3:5 Oct 27 04:01:22.812 INFO kablam! | Oct 27 04:01:22.812 INFO kablam! 3 | use std::error::Error; Oct 27 04:01:22.812 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 04:01:22.812 INFO kablam! Oct 27 04:01:22.812 INFO kablam! warning: unused imports: `RedisResult`, `transaction` Oct 27 04:01:22.812 INFO kablam! --> src/main.rs:4:13 Oct 27 04:01:22.813 INFO kablam! | Oct 27 04:01:22.813 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 27 04:01:22.813 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ Oct 27 04:01:22.813 INFO kablam! Oct 27 04:01:22.813 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 04:01:22.814 INFO kablam! --> src/main.rs:14:14 Oct 27 04:01:22.814 INFO kablam! | Oct 27 04:01:22.814 INFO kablam! 14 | for i in (0..1000000) { Oct 27 04:01:22.814 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:01:22.814 INFO kablam! | Oct 27 04:01:22.814 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:01:22.815 INFO kablam! Oct 27 04:01:22.859 INFO kablam! warning: unused import: `PipelineCommands` Oct 27 04:01:22.859 INFO kablam! --> src/main.rs:4:36 Oct 27 04:01:22.859 INFO kablam! | Oct 27 04:01:22.859 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 27 04:01:22.860 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 04:01:22.860 INFO kablam! Oct 27 04:01:23.043 INFO kablam! warning: unused import: `Duration` Oct 27 04:01:23.043 INFO kablam! --> src/main.rs:2:17 Oct 27 04:01:23.044 INFO kablam! | Oct 27 04:01:23.044 INFO kablam! 2 | use std::time::{Duration, Instant}; Oct 27 04:01:23.044 INFO kablam! | ^^^^^^^^ Oct 27 04:01:23.044 INFO kablam! | Oct 27 04:01:23.045 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:01:23.045 INFO kablam! Oct 27 04:01:23.045 INFO kablam! warning: unused import: `std::error::Error` Oct 27 04:01:23.045 INFO kablam! --> src/main.rs:3:5 Oct 27 04:01:23.046 INFO kablam! | Oct 27 04:01:23.046 INFO kablam! 3 | use std::error::Error; Oct 27 04:01:23.046 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 04:01:23.046 INFO kablam! Oct 27 04:01:23.046 INFO kablam! warning: unused imports: `RedisResult`, `transaction` Oct 27 04:01:23.047 INFO kablam! --> src/main.rs:4:13 Oct 27 04:01:23.047 INFO kablam! | Oct 27 04:01:23.051 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 27 04:01:23.052 INFO kablam! | ^^^^^^^^^^^ ^^^^^^^^^^^ Oct 27 04:01:23.052 INFO kablam! Oct 27 04:01:23.052 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 04:01:23.052 INFO kablam! --> src/main.rs:14:14 Oct 27 04:01:23.053 INFO kablam! | Oct 27 04:01:23.053 INFO kablam! 14 | for i in (0..1000000) { Oct 27 04:01:23.053 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 27 04:01:23.053 INFO kablam! | Oct 27 04:01:23.054 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:01:23.054 INFO kablam! Oct 27 04:01:23.095 INFO kablam! warning: unused import: `PipelineCommands` Oct 27 04:01:23.095 INFO kablam! --> src/main.rs:4:36 Oct 27 04:01:23.095 INFO kablam! | Oct 27 04:01:23.095 INFO kablam! 4 | use redis::{RedisResult, Commands, PipelineCommands, transaction}; Oct 27 04:01:23.095 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 04:01:23.095 INFO kablam! Oct 27 04:01:23.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.01s Oct 27 04:01:23.142 INFO kablam! su: No module specific data is present Oct 27 04:01:24.033 INFO running `"docker" "rm" "-f" "40cc877743532e2d9e5540d65c9246a7e124e44c1ab0a977defc46113f7d57d7"` Oct 27 04:01:24.371 INFO blam! 40cc877743532e2d9e5540d65c9246a7e124e44c1ab0a977defc46113f7d57d7