Oct 21 20:35:13.190 INFO checking RustisLeague/rustis against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:35:13.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 20:35:13.385 INFO blam! b5567e2dd2733c18571a6359022bb6f29e83c1c5240722d9e208d97625d7c781 Oct 21 20:35:13.385 INFO running `"docker" "start" "-a" "b5567e2dd2733c18571a6359022bb6f29e83c1c5240722d9e208d97625d7c781"` Oct 21 20:35:14.035 INFO kablam! usermod: no changes Oct 21 20:35:14.109 INFO kablam! Checking memchr v1.0.1 Oct 21 20:35:14.601 INFO kablam! Checking nom v3.1.0 Oct 21 20:35:16.964 INFO kablam! Checking rustis v0.1.0 (/source) Oct 21 20:35:18.008 INFO kablam! warning: unused import: `IResult` Oct 21 20:35:18.008 INFO kablam! --> src/rustis/parse.rs:1:11 Oct 21 20:35:18.008 INFO kablam! | Oct 21 20:35:18.008 INFO kablam! 1 | use nom::{IResult, digit}; Oct 21 20:35:18.008 INFO kablam! | ^^^^^^^ Oct 21 20:35:18.008 INFO kablam! | Oct 21 20:35:18.008 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:35:18.008 INFO kablam! Oct 21 20:35:18.891 INFO kablam! warning: unused variable: `x` Oct 21 20:35:18.891 INFO kablam! --> src/rustis/db.rs:38:26 Oct 21 20:35:18.891 INFO kablam! | Oct 21 20:35:18.891 INFO kablam! 38 | Some(x) => { Oct 21 20:35:18.891 INFO kablam! | ^ help: consider using `_x` instead Oct 21 20:35:18.891 INFO kablam! | Oct 21 20:35:18.891 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:35:18.891 INFO kablam! Oct 21 20:35:18.997 INFO kablam! warning: unused variable: `x` Oct 21 20:35:18.997 INFO kablam! --> src/rustis/db.rs:38:26 Oct 21 20:35:18.997 INFO kablam! | Oct 21 20:35:18.997 INFO kablam! 38 | Some(x) => { Oct 21 20:35:18.997 INFO kablam! | ^ help: consider using `_x` instead Oct 21 20:35:18.997 INFO kablam! | Oct 21 20:35:18.997 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:35:18.998 INFO kablam! Oct 21 20:35:19.109 INFO kablam! warning: field is never used: `exp` Oct 21 20:35:19.110 INFO kablam! --> src/rustis/db.rs:10:5 Oct 21 20:35:19.110 INFO kablam! | Oct 21 20:35:19.110 INFO kablam! 10 | exp:BinaryHeap, Oct 21 20:35:19.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:19.110 INFO kablam! | Oct 21 20:35:19.110 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:35:19.110 INFO kablam! Oct 21 20:35:19.136 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:35:19.137 INFO kablam! --> src/rustis/server.rs:79:29 Oct 21 20:35:19.137 INFO kablam! | Oct 21 20:35:19.137 INFO kablam! 79 | stream.read_to_string(buf); Oct 21 20:35:19.137 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:19.137 INFO kablam! | Oct 21 20:35:19.137 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:35:19.137 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:35:19.137 INFO kablam! Oct 21 20:35:19.327 INFO kablam! warning: field is never used: `exp` Oct 21 20:35:19.327 INFO kablam! --> src/rustis/db.rs:10:5 Oct 21 20:35:19.327 INFO kablam! | Oct 21 20:35:19.327 INFO kablam! 10 | exp:BinaryHeap, Oct 21 20:35:19.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:19.327 INFO kablam! | Oct 21 20:35:19.327 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:35:19.327 INFO kablam! Oct 21 20:35:19.349 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:35:19.349 INFO kablam! --> src/rustis/server.rs:79:29 Oct 21 20:35:19.349 INFO kablam! | Oct 21 20:35:19.349 INFO kablam! 79 | stream.read_to_string(buf); Oct 21 20:35:19.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:35:19.349 INFO kablam! | Oct 21 20:35:19.349 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:35:19.349 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:35:19.349 INFO kablam! Oct 21 20:35:19.390 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.32s Oct 21 20:35:19.391 INFO kablam! su: No module specific data is present Oct 21 20:35:19.769 INFO running `"docker" "rm" "-f" "b5567e2dd2733c18571a6359022bb6f29e83c1c5240722d9e208d97625d7c781"` Oct 21 20:35:19.900 INFO blam! b5567e2dd2733c18571a6359022bb6f29e83c1c5240722d9e208d97625d7c781