[INFO] cloning repository https://github.com/nickyfoto/simple-redis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nickyfoto/simple-redis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickyfoto%2Fsimple-redis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickyfoto%2Fsimple-redis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5bd0131b0feee635bcf62c457614f82281688c00 [INFO] testing nickyfoto/simple-redis against master#9e136a30a965bf4e63f03095c57df7257bf96fd6 for pr-134530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnickyfoto%2Fsimple-redis" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nickyfoto/simple-redis on toolchain 9e136a30a965bf4e63f03095c57df7257bf96fd6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nickyfoto/simple-redis [INFO] finished tweaking git repo https://github.com/nickyfoto/simple-redis [INFO] tweaked toml for git repo https://github.com/nickyfoto/simple-redis written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/nickyfoto/simple-redis 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" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dashmap v6.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f825b77da7103544e09bb3a8b664f2e4cc30a225bc603d29508098e5163ba451 [INFO] running `Command { std: "docker" "start" "-a" "f825b77da7103544e09bb3a8b664f2e4cc30a225bc603d29508098e5163ba451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f825b77da7103544e09bb3a8b664f2e4cc30a225bc603d29508098e5163ba451", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f825b77da7103544e09bb3a8b664f2e4cc30a225bc603d29508098e5163ba451", kill_on_drop: false }` [INFO] [stdout] f825b77da7103544e09bb3a8b664f2e4cc30a225bc603d29508098e5163ba451 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e993493e15e495d933ef42a2a63fd75dedc45c2bd4170daad59a929341048c5b [INFO] running `Command { std: "docker" "start" "-a" "e993493e15e495d933ef42a2a63fd75dedc45c2bd4170daad59a929341048c5b", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.157 [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 autocfg v1.3.0 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling syn v2.0.75 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v1.0.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling bytes v1.7.1 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling dashmap v6.0.1 [INFO] [stderr] Compiling regex v1.10.6 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling tokio v1.39.3 [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.11 [INFO] [stderr] Compiling simple-redis v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.75s [INFO] running `Command { std: "docker" "inspect" "e993493e15e495d933ef42a2a63fd75dedc45c2bd4170daad59a929341048c5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e993493e15e495d933ef42a2a63fd75dedc45c2bd4170daad59a929341048c5b", kill_on_drop: false }` [INFO] [stdout] e993493e15e495d933ef42a2a63fd75dedc45c2bd4170daad59a929341048c5b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e53e2b57624bc2eebdc470c8acd15be0675a10ce73582b0341295af3b009f517 [INFO] running `Command { std: "docker" "start" "-a" "e53e2b57624bc2eebdc470c8acd15be0675a10ce73582b0341295af3b009f517", kill_on_drop: false }` [INFO] [stderr] Compiling simple-redis v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 2.12s [INFO] running `Command { std: "docker" "inspect" "e53e2b57624bc2eebdc470c8acd15be0675a10ce73582b0341295af3b009f517", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e53e2b57624bc2eebdc470c8acd15be0675a10ce73582b0341295af3b009f517", kill_on_drop: false }` [INFO] [stdout] e53e2b57624bc2eebdc470c8acd15be0675a10ce73582b0341295af3b009f517 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+9e136a30a965bf4e63f03095c57df7257bf96fd6" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 68d8406ecfd8a75bad1a065de51874daaf2910a4a9446823ded1a22495f017ef [INFO] running `Command { std: "docker" "start" "-a" "68d8406ecfd8a75bad1a065de51874daaf2910a4a9446823ded1a22495f017ef", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simple_redis-c1f7aed8d8437f2f) [INFO] [stdout] [INFO] [stdout] running 32 tests [INFO] [stdout] test cmd::hmap::tests::test_hset_from_resp_array ... ok [INFO] [stdout] test cmd::hmap::tests::test_hset_hget_hgetall_commands ... ok [INFO] [stdout] test cmd::map::tests::test_set_get_command ... ok [INFO] [stdout] test cmd::tests::test_command ... ok [INFO] [stdout] test cmd::map::tests::test_get_from_resp_array ... ok [INFO] [stdout] test resp::array::tests::test_null_array_decode ... 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::array::tests::test_null_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::bulk_string::tests::test_bulk_string_decode ... 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 cmd::hmap::tests::test_hget_from_resp_array ... ok [INFO] [stdout] test resp::double::tests::test_double_encode ... ok [INFO] [stdout] test resp::integer::tests::test_integer_encode ... ok [INFO] [stdout] test resp::map::tests::test_map_encode ... ok [INFO] [stdout] test resp::map::tests::test_map_decode ... ok [INFO] [stdout] test resp::integer::tests::test_integer_decode ... ok [INFO] [stdout] test resp::null::tests::test_null_decode ... 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::simple_error::tests::test_simple_error_encode ... ok [INFO] [stdout] test resp::simple_string::tests::test_simple_string_decode ... ok [INFO] [stdout] test resp::simple_error::tests::test_simple_error_decode ... ok [INFO] [stdout] test cmd::map::tests::test_set_from_resp_array ... ok [INFO] [stdout] test resp::bulk_string::tests::test_bulk_string_encode ... ok [INFO] [stdout] test resp::simple_string::tests::test_simple_string_encode ... ok [INFO] [stdout] test resp::double::tests::test_double_decode ... ok [INFO] [stdout] test resp::tests::test_calc_array_length ... ok [INFO] [stdout] test resp::null::tests::test_null_encode ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 32 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/simple_redis-d1b3b52de811228b) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests simple_redis [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "68d8406ecfd8a75bad1a065de51874daaf2910a4a9446823ded1a22495f017ef", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68d8406ecfd8a75bad1a065de51874daaf2910a4a9446823ded1a22495f017ef", kill_on_drop: false }` [INFO] [stdout] 68d8406ecfd8a75bad1a065de51874daaf2910a4a9446823ded1a22495f017ef