[INFO] cloning repository https://github.com/liubo0208/learn-simple-redis-master
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/liubo0208/learn-simple-redis-master" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliubo0208%2Flearn-simple-redis-master", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliubo0208%2Flearn-simple-redis-master'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0879f7441be72b65d739b611da8c308bdecd0ad4
[INFO] testing liubo0208/learn-simple-redis-master against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fliubo0208%2Flearn-simple-redis-master" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/liubo0208/learn-simple-redis-master
[INFO] finished tweaking git repo https://github.com/liubo0208/learn-simple-redis-master
[INFO] tweaked toml for git repo https://github.com/liubo0208/learn-simple-redis-master written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/liubo0208/learn-simple-redis-master on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/liubo0208/learn-simple-redis-master already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b
[INFO] running `Command { std: "docker" "start" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling thiserror v1.0.60
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.60
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling learn-simple-redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 27.06s
[INFO] running `Command { std: "docker" "inspect" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling learn-simple-redis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 2.85s
[INFO] running `Command { std: "docker" "inspect" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/release/deps/learn_simple_redis-6de0426e9c4099fd)
[INFO] [stdout] 
[INFO] [stdout] running 33 tests
[INFO] [stdout] test cmd::hmap::tests::test_hget_from_resp_array ... ok
[INFO] [stdout] test cmd::hmap::tests::test_hgetall_from_resp_array ... ok
[INFO] [stdout] test cmd::hmap::tests::test_hset_from_resp_array ... ok
[INFO] [stdout] test cmd::map::tests::test_set_from_resp_array ... ok
[INFO] [stdout] test cmd::map::tests::test_set_get_command ... ok
[INFO] [stdout] test cmd::hmap::tests::test_hset_hget_hgetall_commands ... ok
[INFO] [stdout] test cmd::tests::test_command ... ok
[INFO] [stdout] test resp::array::tests::test_array_decode ... ok
[INFO] [stdout] test resp::array::tests::test_array_encode ... ok
[INFO] [stdout] test resp::bool::tests::test_boolean_decode ... ok
[INFO] [stdout] test resp::bool::tests::test_boolean_encode ... ok
[INFO] [stdout] test resp::array::tests::test_null_array_encode ... ok
[INFO] [stdout] test resp::bulk_string::tests::test_bulk_string_decode ... ok
[INFO] [stdout] test resp::bulk_string::tests::test_bulk_string_encode ... ok
[INFO] [stdout] test resp::bulk_string::tests::test_null_bulk_string_decode ... ok
[INFO] [stdout] test resp::bulk_string::tests::test_null_bulk_string_encode ... ok
[INFO] [stdout] test resp::integer::tests::test_integer_encode ... ok
[INFO] [stdout] test resp::map::tests::test_map_decode ... ok
[INFO] [stdout] test resp::null::tests::test_null_decode ... ok
[INFO] [stdout] test resp::map::tests::test_map_encode ... ok
[INFO] [stdout] test resp::set::tests::test_set_decode ... ok
[INFO] [stdout] test resp::set::tests::test_set_encode ... ok
[INFO] [stdout] test resp::array::tests::test_null_array_decode ... FAILED
[INFO] [stdout] test resp::simple_error::tests::test_simple_error_decode ... ok
[INFO] [stdout] test resp::tests::test_calc_array_length ... ok
[INFO] [stdout] test resp::simple_string::tests::test_simple_string_decode ... ok
[INFO] [stdout] test resp::double::tests::test_double_encode ... ok
[INFO] [stdout] test resp::simple_string::tests::test_simple_string_encode ... ok
[INFO] [stdout] test resp::simple_error::tests::test_error_encode ... ok
[INFO] [stdout] test resp::null::tests::test_null_encode ... ok
[INFO] [stdout] test resp::integer::tests::test_integer_decode ... ok
[INFO] [stdout] test resp::double::tests::test_double_decode ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test cmd::map::tests::test_get_from_resp_array ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- resp::array::tests::test_null_array_decode stdout ----
[INFO] [stdout] Error: Invalid frame type: expect:NullArray,got:b"*-1\r\n"
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error as core::convert::From<learn_simple_redis::resp::RespError>>::from
[INFO] [stdout]    1: learn_simple_redis::resp::array::tests::test_null_array_decode
[INFO] [stdout]    2: <learn_simple_redis::resp::array::tests::test_null_array_decode::{closure#0} as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]    3: test::__rust_begin_short_backtrace::<core::result::Result<(), alloc::string::String>, fn() -> core::result::Result<(), alloc::string::String>>
[INFO] [stdout]    4: test::run_test::{closure#0}
[INFO] [stdout]    5: std::sys::backtrace::__rust_begin_short_backtrace::<test::run_test::{closure#1}, ()>
[INFO] [stdout]    6: <std::thread::lifecycle::spawn_unchecked<test::run_test::{closure#1}, ()>::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]    7: <std::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]    8: <unknown>
[INFO] [stdout]    9: clone
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     resp::array::tests::test_null_array_decode
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 32 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b", kill_on_drop: false }`
[INFO] [stdout] f1d4e7bce13fe27e28a7271855769c301137331ad18d76ee6fae80a2ec2d2a3b
