Oct 15 07:11:43.139 INFO testing RustisLeague/rustis against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 07:11:43.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 07:11:43.623 INFO blam! 1e66da16035890d489ecec3523a58896df672beda95db0384c9d92cab81ae6ed Oct 15 07:11:43.627 INFO running `"docker" "start" "-a" "1e66da16035890d489ecec3523a58896df672beda95db0384c9d92cab81ae6ed"` Oct 15 07:11:44.991 INFO kablam! usermod: no changes Oct 15 07:11:45.102 INFO kablam! Compiling memchr v1.0.1 Oct 15 07:11:45.742 INFO kablam! Compiling nom v3.1.0 Oct 15 07:11:49.277 INFO kablam! Compiling rustis v0.1.0 (/source) Oct 15 07:11:50.223 INFO kablam! warning: unused import: `IResult` Oct 15 07:11:50.223 INFO kablam! --> src/rustis/parse.rs:1:11 Oct 15 07:11:50.223 INFO kablam! | Oct 15 07:11:50.223 INFO kablam! 1 | use nom::{IResult, digit}; Oct 15 07:11:50.223 INFO kablam! | ^^^^^^^ Oct 15 07:11:50.223 INFO kablam! | Oct 15 07:11:50.223 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:11:50.223 INFO kablam! Oct 15 07:11:51.331 INFO kablam! warning: unused variable: `x` Oct 15 07:11:51.331 INFO kablam! --> src/rustis/db.rs:38:26 Oct 15 07:11:51.331 INFO kablam! | Oct 15 07:11:51.331 INFO kablam! 38 | Some(x) => { Oct 15 07:11:51.331 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:11:51.331 INFO kablam! | Oct 15 07:11:51.331 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:11:51.331 INFO kablam! Oct 15 07:11:51.587 INFO kablam! warning: field is never used: `exp` Oct 15 07:11:51.588 INFO kablam! --> src/rustis/db.rs:10:5 Oct 15 07:11:51.588 INFO kablam! | Oct 15 07:11:51.588 INFO kablam! 10 | exp:BinaryHeap, Oct 15 07:11:51.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:51.589 INFO kablam! | Oct 15 07:11:51.589 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:11:51.589 INFO kablam! Oct 15 07:11:51.599 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:11:51.600 INFO kablam! --> src/rustis/server.rs:79:29 Oct 15 07:11:51.600 INFO kablam! | Oct 15 07:11:51.600 INFO kablam! 79 | stream.read_to_string(buf); Oct 15 07:11:51.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:51.601 INFO kablam! | Oct 15 07:11:51.601 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:11:51.601 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:11:51.602 INFO kablam! Oct 15 07:11:54.581 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.55s Oct 15 07:11:54.587 INFO kablam! su: No module specific data is present Oct 15 07:11:55.324 INFO running `"docker" "rm" "-f" "1e66da16035890d489ecec3523a58896df672beda95db0384c9d92cab81ae6ed"` Oct 15 07:11:55.643 INFO blam! 1e66da16035890d489ecec3523a58896df672beda95db0384c9d92cab81ae6ed Oct 15 07:11:55.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 07:11:55.973 INFO blam! 1f5d381e112aac8801bc66137d1ba4f4ab3edc6613d753b56f6bee0603d0cdf6 Oct 15 07:11:55.981 INFO running `"docker" "start" "-a" "1f5d381e112aac8801bc66137d1ba4f4ab3edc6613d753b56f6bee0603d0cdf6"` Oct 15 07:11:56.351 INFO kablam! usermod: no changes Oct 15 07:11:56.407 INFO kablam! Compiling rustis v0.1.0 (/source) Oct 15 07:11:58.279 INFO kablam! warning: unused variable: `x` Oct 15 07:11:58.279 INFO kablam! --> src/rustis/db.rs:38:26 Oct 15 07:11:58.279 INFO kablam! | Oct 15 07:11:58.279 INFO kablam! 38 | Some(x) => { Oct 15 07:11:58.279 INFO kablam! | ^ help: consider using `_x` instead Oct 15 07:11:58.279 INFO kablam! | Oct 15 07:11:58.279 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:11:58.279 INFO kablam! Oct 15 07:11:58.639 INFO kablam! warning: field is never used: `exp` Oct 15 07:11:58.639 INFO kablam! --> src/rustis/db.rs:10:5 Oct 15 07:11:58.639 INFO kablam! | Oct 15 07:11:58.639 INFO kablam! 10 | exp:BinaryHeap, Oct 15 07:11:58.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:58.639 INFO kablam! | Oct 15 07:11:58.639 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:11:58.639 INFO kablam! Oct 15 07:11:58.671 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 07:11:58.671 INFO kablam! --> src/rustis/server.rs:79:29 Oct 15 07:11:58.671 INFO kablam! | Oct 15 07:11:58.671 INFO kablam! 79 | stream.read_to_string(buf); Oct 15 07:11:58.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:11:58.671 INFO kablam! | Oct 15 07:11:58.671 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 07:11:58.671 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 07:11:58.671 INFO kablam! Oct 15 07:12:01.192 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.81s Oct 15 07:12:01.196 INFO kablam! su: No module specific data is present Oct 15 07:12:01.533 INFO running `"docker" "rm" "-f" "1f5d381e112aac8801bc66137d1ba4f4ab3edc6613d753b56f6bee0603d0cdf6"` Oct 15 07:12:01.620 INFO blam! 1f5d381e112aac8801bc66137d1ba4f4ab3edc6613d753b56f6bee0603d0cdf6 Oct 15 07:12:01.622 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 07:12:01.780 INFO blam! 82cc4f123ca5bd8f30def415f79b4848f6f4803d4f9aeefd8217aeef4b16b52a Oct 15 07:12:01.790 INFO running `"docker" "start" "-a" "82cc4f123ca5bd8f30def415f79b4848f6f4803d4f9aeefd8217aeef4b16b52a"` Oct 15 07:12:02.176 INFO kablam! usermod: no changes Oct 15 07:12:02.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 07:12:02.228 INFO kablam! Running /target/debug/deps/rustis-e4c0fe156bb2acc3 Oct 15 07:12:02.231 INFO blam! Oct 15 07:12:02.231 INFO blam! running 17 tests Oct 15 07:12:02.231 INFO blam! test rustis::db::test_incr ... ok Oct 15 07:12:02.231 INFO blam! test rustis::db::test_list ... ok Oct 15 07:12:02.232 INFO blam! test rustis::db::test_get_set ... ok Oct 15 07:12:02.232 INFO blam! test rustis::parse::test_parse_command ... ok Oct 15 07:12:02.233 INFO blam! test rustis::parse::test_parse_float ... ok Oct 15 07:12:02.233 INFO blam! test rustis::parse::test_parse_int ... ok Oct 15 07:12:02.233 INFO blam! test rustis::parse::test_parse_quoted_chars ... ok Oct 15 07:12:02.233 INFO blam! test rustis::db::test_dbsize ... ok Oct 15 07:12:02.233 INFO blam! test rustis::command::test_error ... ok Oct 15 07:12:02.233 INFO blam! test rustis::value::test_nil ... ok Oct 15 07:12:02.233 INFO blam! test rustis::value::test_str ... ok Oct 15 07:12:02.233 INFO blam! test rustis::parse::test_parse_resp ... ok Oct 15 07:12:02.233 INFO blam! test rustis::value::test_array ... ok Oct 15 07:12:02.233 INFO blam! test rustis::value::test_int ... ok Oct 15 07:12:02.243 INFO blam! test rustis::command::test_ok ... ok Oct 15 07:12:02.243 INFO blam! test rustis::db::test_set ... ok Oct 15 07:12:02.243 INFO blam! test rustis::command::test_parse ... ok Oct 15 07:12:02.243 INFO blam! Oct 15 07:12:02.243 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:12:02.243 INFO blam! Oct 15 07:12:02.246 INFO kablam! su: No module specific data is present Oct 15 07:12:02.574 INFO running `"docker" "rm" "-f" "82cc4f123ca5bd8f30def415f79b4848f6f4803d4f9aeefd8217aeef4b16b52a"` Oct 15 07:12:02.636 INFO blam! 82cc4f123ca5bd8f30def415f79b4848f6f4803d4f9aeefd8217aeef4b16b52a