Oct 13 02:48:22.373 INFO checking RustisLeague/rustis against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:48:22.373 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 02:48:22.532 INFO blam! 61fef56d02e056be58c386f8a09871f6d2bc94b33c5257bdf0b4596f154ef97d Oct 13 02:48:22.534 INFO running `"docker" "start" "-a" "61fef56d02e056be58c386f8a09871f6d2bc94b33c5257bdf0b4596f154ef97d"` Oct 13 02:48:23.043 INFO kablam! usermod: no changes Oct 13 02:48:23.132 INFO kablam! Checking iovec v0.1.0 Oct 13 02:48:23.132 INFO kablam! Checking memchr v1.0.1 Oct 13 02:48:23.139 INFO kablam! Checking net2 v0.2.29 Oct 13 02:48:24.192 INFO kablam! Checking nom v3.1.0 Oct 13 02:48:24.533 INFO kablam! Checking mio v0.6.9 Oct 13 02:48:27.586 INFO kablam! Checking rustis v0.1.0 (/source) Oct 13 02:48:28.581 INFO kablam! warning: unused import: `IResult` Oct 13 02:48:28.581 INFO kablam! --> src/rustis/parse.rs:1:11 Oct 13 02:48:28.581 INFO kablam! | Oct 13 02:48:28.581 INFO kablam! 1 | use nom::{IResult, digit}; Oct 13 02:48:28.581 INFO kablam! | ^^^^^^^ Oct 13 02:48:28.581 INFO kablam! | Oct 13 02:48:28.581 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:48:28.581 INFO kablam! Oct 13 02:48:29.724 INFO kablam! warning: unused variable: `x` Oct 13 02:48:29.724 INFO kablam! --> src/rustis/db.rs:38:26 Oct 13 02:48:29.724 INFO kablam! | Oct 13 02:48:29.724 INFO kablam! 38 | Some(x) => { Oct 13 02:48:29.724 INFO kablam! | ^ help: consider using `_x` instead Oct 13 02:48:29.724 INFO kablam! | Oct 13 02:48:29.724 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:48:29.724 INFO kablam! Oct 13 02:48:29.991 INFO kablam! warning: field is never used: `exp` Oct 13 02:48:29.991 INFO kablam! --> src/rustis/db.rs:10:5 Oct 13 02:48:29.991 INFO kablam! | Oct 13 02:48:29.991 INFO kablam! 10 | exp:BinaryHeap, Oct 13 02:48:29.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:48:29.991 INFO kablam! | Oct 13 02:48:29.991 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:48:29.991 INFO kablam! Oct 13 02:48:30.010 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:48:30.010 INFO kablam! --> src/rustis/server.rs:79:29 Oct 13 02:48:30.010 INFO kablam! | Oct 13 02:48:30.010 INFO kablam! 79 | stream.read_to_string(buf); Oct 13 02:48:30.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:48:30.010 INFO kablam! | Oct 13 02:48:30.010 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:48:30.010 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:48:30.010 INFO kablam! Oct 13 02:48:30.218 INFO kablam! warning: unused variable: `x` Oct 13 02:48:30.218 INFO kablam! --> src/rustis/db.rs:38:26 Oct 13 02:48:30.218 INFO kablam! | Oct 13 02:48:30.218 INFO kablam! 38 | Some(x) => { Oct 13 02:48:30.218 INFO kablam! | ^ help: consider using `_x` instead Oct 13 02:48:30.218 INFO kablam! | Oct 13 02:48:30.218 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:48:30.218 INFO kablam! Oct 13 02:48:30.544 INFO kablam! warning: field is never used: `exp` Oct 13 02:48:30.553 INFO kablam! --> src/rustis/db.rs:10:5 Oct 13 02:48:30.553 INFO kablam! | Oct 13 02:48:30.553 INFO kablam! 10 | exp:BinaryHeap, Oct 13 02:48:30.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:48:30.554 INFO kablam! | Oct 13 02:48:30.554 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 02:48:30.554 INFO kablam! Oct 13 02:48:30.567 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 02:48:30.567 INFO kablam! --> src/rustis/server.rs:79:29 Oct 13 02:48:30.567 INFO kablam! | Oct 13 02:48:30.569 INFO kablam! 79 | stream.read_to_string(buf); Oct 13 02:48:30.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 02:48:30.570 INFO kablam! | Oct 13 02:48:30.570 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 02:48:30.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 02:48:30.570 INFO kablam! Oct 13 02:48:30.614 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.55s Oct 13 02:48:30.626 INFO kablam! su: No module specific data is present Oct 13 02:48:30.941 INFO running `"docker" "rm" "-f" "61fef56d02e056be58c386f8a09871f6d2bc94b33c5257bdf0b4596f154ef97d"` Oct 13 02:48:31.124 INFO blam! 61fef56d02e056be58c386f8a09871f6d2bc94b33c5257bdf0b4596f154ef97d