[INFO] cloning repository https://github.com/nathan-cannell/mini-redis-clone
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathan-cannell/mini-redis-clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathan-cannell%2Fmini-redis-clone", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathan-cannell%2Fmini-redis-clone'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 082ff841aede3adb6a1925bf7e59dd55cdeedf63
[INFO] testing nathan-cannell/mini-redis-clone against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathan-cannell%2Fmini-redis-clone" "/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/nathan-cannell/mini-redis-clone
[INFO] finished tweaking git repo https://github.com/nathan-cannell/mini-redis-clone
[INFO] tweaked toml for git repo https://github.com/nathan-cannell/mini-redis-clone written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nathan-cannell/mini-redis-clone on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nathan-cannell/mini-redis-clone 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60e04cac9c32184ada80d42334296fdd183fbedd75fe2cf36b528a7bd1142adb
[INFO] running `Command { std: "docker" "start" "-a" "60e04cac9c32184ada80d42334296fdd183fbedd75fe2cf36b528a7bd1142adb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60e04cac9c32184ada80d42334296fdd183fbedd75fe2cf36b528a7bd1142adb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60e04cac9c32184ada80d42334296fdd183fbedd75fe2cf36b528a7bd1142adb", kill_on_drop: false }`
[INFO] [stdout] 60e04cac9c32184ada80d42334296fdd183fbedd75fe2cf36b528a7bd1142adb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] d071b1df4e289c860a35845cdb55ae784e301b2872459ca5625332026a9f116c
[INFO] running `Command { std: "docker" "start" "-a" "d071b1df4e289c860a35845cdb55ae784e301b2872459ca5625332026a9f116c", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling env_logger v0.10.2
[INFO] [stderr]    Compiling mini-redis-clone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Incomplete` is never constructed
[INFO] [stdout]   --> src/resp.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum Error {
[INFO] [stdout]    |          ----- variant in this enum
[INFO] [stdout] 15 |     #[error("incomplete frame")]
[INFO] [stdout] 16 |     Incomplete,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.85s
[INFO] running `Command { std: "docker" "inspect" "d071b1df4e289c860a35845cdb55ae784e301b2872459ca5625332026a9f116c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d071b1df4e289c860a35845cdb55ae784e301b2872459ca5625332026a9f116c", kill_on_drop: false }`
[INFO] [stdout] d071b1df4e289c860a35845cdb55ae784e301b2872459ca5625332026a9f116c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f3e763ef4bffef744087398367c04860c7745f063b78dd2cc2dfa9ccf9ae6f2d
[INFO] running `Command { std: "docker" "start" "-a" "f3e763ef4bffef744087398367c04860c7745f063b78dd2cc2dfa9ccf9ae6f2d", kill_on_drop: false }`
[INFO] [stderr]    Compiling smallvec v1.15.0
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling combine v4.6.7
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tokio v1.45.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling redis v0.23.3
[INFO] [stderr]    Compiling mini-redis-clone v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variant `Incomplete` is never constructed
[INFO] [stdout]   --> src/resp.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub enum Error {
[INFO] [stdout]    |          ----- variant in this enum
[INFO] [stdout] 15 |     #[error("incomplete frame")]
[INFO] [stdout] 16 |     Incomplete,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.52s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.23.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "f3e763ef4bffef744087398367c04860c7745f063b78dd2cc2dfa9ccf9ae6f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3e763ef4bffef744087398367c04860c7745f063b78dd2cc2dfa9ccf9ae6f2d", kill_on_drop: false }`
[INFO] [stdout] f3e763ef4bffef744087398367c04860c7745f063b78dd2cc2dfa9ccf9ae6f2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0b4b16782155a6f35b91c7b570a913ebd13dc24b996015a0a92ff72351a91bad
[INFO] running `Command { std: "docker" "start" "-a" "0b4b16782155a6f35b91c7b570a913ebd13dc24b996015a0a92ff72351a91bad", kill_on_drop: false }`
[INFO] [stderr] warning: variant `Incomplete` is never constructed
[INFO] [stderr]   --> src/resp.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub enum Error {
[INFO] [stderr]    |          ----- variant in this enum
[INFO] [stderr] 15 |     #[error("incomplete frame")]
[INFO] [stderr] 16 |     Incomplete,
[INFO] [stderr]    |     ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Error` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `mini-redis-clone` (bin "mini-redis-clone" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.23.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/mini_redis_clone-d83c138880da8916)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test command::tests::test_parse_get ... ok
[INFO] [stdout] test command::tests::test_execute_commands ... ok
[INFO] [stdout] test resp::tests::test_parse_bulk ... ok
[INFO] [stdout] test db::tests::test_delete ... ok
[INFO] [stdout] test db::tests::test_set_get ... ok
[INFO] [stdout] test command::tests::test_parse_set ... ok
[INFO] [stdout] test resp::tests::test_parse_error ... ok
[INFO] [stdout] test db::tests::test_concurrent_access ... ok
[INFO] [stdout] test resp::tests::test_parse_integer ... ok
[INFO] [stdout] test resp::tests::test_parse_null_bulk ... ok
[INFO] [stdout] test resp::tests::test_parse_simple_string ... ok
[INFO] [stdout] test tests::test_redis_integration has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "0b4b16782155a6f35b91c7b570a913ebd13dc24b996015a0a92ff72351a91bad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b4b16782155a6f35b91c7b570a913ebd13dc24b996015a0a92ff72351a91bad", kill_on_drop: false }`
[INFO] [stdout] 0b4b16782155a6f35b91c7b570a913ebd13dc24b996015a0a92ff72351a91bad
