[INFO] cloning repository https://github.com/WindSoilder/kvs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WindSoilder/kvs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWindSoilder%2Fkvs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWindSoilder%2Fkvs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4f88e74bbe8e22eb5d0f3a3891cf77c380d39ec2 [INFO] testing WindSoilder/kvs against 1.84.0 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWindSoilder%2Fkvs" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/WindSoilder/kvs on toolchain 1.84.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.84.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/WindSoilder/kvs [INFO] finished tweaking git repo https://github.com/WindSoilder/kvs [INFO] tweaked toml for git repo https://github.com/WindSoilder/kvs written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/WindSoilder/kvs 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.84.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde v1.0.100 [INFO] [stderr] Downloaded ppv-lite86 v0.2.5 [INFO] [stderr] Downloaded num_cpus v1.11.0 [INFO] [stderr] Downloaded criterion-plot v0.3.1 [INFO] [stderr] Downloaded proc-macro2 v1.0.2 [INFO] [stderr] Downloaded criterion v0.2.11 [INFO] [stderr] Downloaded itertools v0.8.1 [INFO] [stderr] Downloaded rand v0.7.1 [INFO] [stderr] Downloaded serde_derive v1.0.99 [INFO] [stderr] Downloaded rand_xoshiro v0.1.0 [INFO] [stderr] Downloaded panic-control v0.1.4 [INFO] [stderr] Downloaded bincode v1.1.4 [INFO] [stderr] Downloaded lock_api v0.3.1 [INFO] [stderr] Downloaded serde_bytes v0.11.2 [INFO] [stderr] Downloaded c2-chacha v0.2.2 [INFO] [stderr] Downloaded getrandom v0.1.12 [INFO] [stderr] Downloaded sled v0.29.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 566d2db0e0aab9ab9206386d4bfb234a49886b693a3f1dd6a45b084e6e77a9f8 [INFO] running `Command { std: "docker" "start" "-a" "566d2db0e0aab9ab9206386d4bfb234a49886b693a3f1dd6a45b084e6e77a9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "566d2db0e0aab9ab9206386d4bfb234a49886b693a3f1dd6a45b084e6e77a9f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "566d2db0e0aab9ab9206386d4bfb234a49886b693a3f1dd6a45b084e6e77a9f8", kill_on_drop: false }` [INFO] [stdout] 566d2db0e0aab9ab9206386d4bfb234a49886b693a3f1dd6a45b084e6e77a9f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c43f54638b7a6f92967e37d92fba9485e82257182ebfcf9ee2c760e324fffecd [INFO] running `Command { std: "docker" "start" "-a" "c43f54638b7a6f92967e37d92fba9485e82257182ebfcf9ee2c760e324fffecd", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling libc v0.2.62 [INFO] [stderr] Compiling autocfg v0.1.6 [INFO] [stderr] Compiling proc-macro2 v1.0.2 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling serde v1.0.100 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling rayon-core v1.6.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.6.6 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling ryu v1.0.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling lock_api v0.3.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling num_cpus v1.11.0 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling rayon v1.2.0 [INFO] [stderr] Compiling serde_derive v1.0.99 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling serde_bytes v0.11.2 [INFO] [stderr] Compiling serde_json v1.0.40 [INFO] [stderr] Compiling sled v0.29.1 [INFO] [stderr] Compiling kvs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/command.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/command.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/command.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Instruction` [INFO] [stdout] 6 | pub enum Instruction { [INFO] [stdout] | ----------- `Instruction` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/command.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Instruction` [INFO] [stdout] 6 | pub enum Instruction { [INFO] [stdout] | ----------- `Instruction` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Response` [INFO] [stdout] 4 | /// Kvs server response. [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | -------- `Response` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Response` [INFO] [stdout] 4 | /// Kvs server response. [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | -------- `Response` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Status` [INFO] [stdout] 15 | pub enum Status { [INFO] [stdout] | ------ `Status` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Status` [INFO] [stdout] 15 | pub enum Status { [INFO] [stdout] | ------ `Status` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.74s [INFO] running `Command { std: "docker" "inspect" "c43f54638b7a6f92967e37d92fba9485e82257182ebfcf9ee2c760e324fffecd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c43f54638b7a6f92967e37d92fba9485e82257182ebfcf9ee2c760e324fffecd", kill_on_drop: false }` [INFO] [stdout] c43f54638b7a6f92967e37d92fba9485e82257182ebfcf9ee2c760e324fffecd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7486db4917cbaf3f5d1bb84548c311b9f4f3af70325c35a4e2c2576d1cd2fd19 [INFO] running `Command { std: "docker" "start" "-a" "7486db4917cbaf3f5d1bb84548c311b9f4f3af70325c35a4e2c2576d1cd2fd19", kill_on_drop: false }` [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling getrandom v0.1.12 [INFO] [stderr] Compiling ppv-lite86 v0.2.5 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling csv-core v0.1.6 [INFO] [stderr] Compiling itertools v0.8.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling normalize-line-endings v0.2.2 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/command.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/command.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/command.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Instruction` [INFO] [stdout] 6 | pub enum Instruction { [INFO] [stdout] | ----------- `Instruction` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/command.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Instruction` [INFO] [stdout] 6 | pub enum Instruction { [INFO] [stdout] | ----------- `Instruction` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Response` [INFO] [stdout] 4 | /// Kvs server response. [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | -------- `Response` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Response` [INFO] [stdout] 4 | /// Kvs server response. [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | -------- `Response` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Status` [INFO] [stdout] 15 | pub enum Status { [INFO] [stdout] | ------ `Status` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Status` [INFO] [stdout] 15 | pub enum Status { [INFO] [stdout] | ------ `Status` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stderr] Compiling bstr v0.2.8 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling c2-chacha v0.2.2 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling panic-control v0.1.4 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling csv v1.1.1 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling rand v0.7.1 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling assert_cmd v0.11.1 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling kvs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/command.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/command.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stdout] --> src/network/response.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/command.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Instruction` [INFO] [stdout] 6 | pub enum Instruction { [INFO] [stdout] | ----------- `Instruction` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/command.rs:5:28 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Instruction` [INFO] [stdout] 6 | pub enum Instruction { [INFO] [stdout] | ----------- `Instruction` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:3:17 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Response` [INFO] [stdout] 4 | /// Kvs server response. [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | -------- `Response` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:3:28 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Response` [INFO] [stdout] 4 | /// Kvs server response. [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | -------- `Response` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^-------- [INFO] [stdout] | | [INFO] [stdout] | `Serialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Status` [INFO] [stdout] 15 | pub enum Status { [INFO] [stdout] | ------ `Status` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stdout] --> src/network/response.rs:14:28 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stdout] | ^---------- [INFO] [stdout] | | [INFO] [stdout] | `Deserialize` is not local [INFO] [stdout] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Status` [INFO] [stdout] 15 | pub enum Status { [INFO] [stdout] | ------ `Status` is not local [INFO] [stdout] | [INFO] [stdout] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stdout] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stdout] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stdout] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stdout] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 11.41s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "7486db4917cbaf3f5d1bb84548c311b9f4f3af70325c35a4e2c2576d1cd2fd19", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7486db4917cbaf3f5d1bb84548c311b9f4f3af70325c35a4e2c2576d1cd2fd19", kill_on_drop: false }` [INFO] [stdout] 7486db4917cbaf3f5d1bb84548c311b9f4f3af70325c35a4e2c2576d1cd2fd19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+1.84.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e4b7a94756e599dd05b9be9502b5e48c7d0a7bae28a23f2e6d87446ede2672c7 [INFO] running `Command { std: "docker" "start" "-a" "e4b7a94756e599dd05b9be9502b5e48c7d0a7bae28a23f2e6d87446ede2672c7", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/command.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/command.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/network/response.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/network/response.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/network/response.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `cargo-clippy` [INFO] [stderr] --> src/network/response.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `cargo-clippy` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/command.rs:5:17 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^-------- [INFO] [stderr] | | [INFO] [stderr] | `Serialize` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Instruction` [INFO] [stderr] 6 | pub enum Instruction { [INFO] [stderr] | ----------- `Instruction` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: `#[warn(non_local_definitions)]` on by default [INFO] [stderr] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/command.rs:5:28 [INFO] [stderr] | [INFO] [stderr] 5 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^---------- [INFO] [stderr] | | [INFO] [stderr] | `Deserialize` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Instruction` [INFO] [stderr] 6 | pub enum Instruction { [INFO] [stderr] | ----------- `Instruction` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/network/response.rs:3:17 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^-------- [INFO] [stderr] | | [INFO] [stderr] | `Serialize` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Response` [INFO] [stderr] 4 | /// Kvs server response. [INFO] [stderr] 5 | pub struct Response { [INFO] [stderr] | -------- `Response` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/network/response.rs:3:28 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^---------- [INFO] [stderr] | | [INFO] [stderr] | `Deserialize` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Response` [INFO] [stderr] 4 | /// Kvs server response. [INFO] [stderr] 5 | pub struct Response { [INFO] [stderr] | -------- `Response` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/network/response.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^-------- [INFO] [stderr] | | [INFO] [stderr] | `Serialize` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_SERIALIZE_FOR_Status` [INFO] [stderr] 15 | pub enum Status { [INFO] [stderr] | ------ `Status` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Serialize` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Serialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item [INFO] [stderr] --> src/network/response.rs:14:28 [INFO] [stderr] | [INFO] [stderr] 14 | #[derive(Debug, Serialize, Deserialize)] [INFO] [stderr] | ^---------- [INFO] [stderr] | | [INFO] [stderr] | `Deserialize` is not local [INFO] [stderr] | move the `impl` block outside of this constant `_IMPL_DESERIALIZE_FOR_Status` [INFO] [stderr] 15 | pub enum Status { [INFO] [stderr] | ------ `Status` is not local [INFO] [stderr] | [INFO] [stderr] = note: the derive macro `Deserialize` defines the non-local `impl`, and may need to be changed [INFO] [stderr] = note: the derive macro `Deserialize` may come from an old version of the `serde_derive` crate, try updating your dependency with `cargo update -p serde_derive` [INFO] [stderr] = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl` [INFO] [stderr] = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint [INFO] [stderr] = note: this warning originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `kvs` (lib) generated 12 warnings [INFO] [stderr] warning: `kvs` (lib test) generated 12 warnings (12 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: criterion v0.2.11 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kvs-9704110d90131add) [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] Running unittests src/bin/kvs.rs (/opt/rustwide/target/debug/deps/kvs-e401d7e17c9ce7af) [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] Running unittests src/bin/kvs_client.rs (/opt/rustwide/target/debug/deps/kvs_client-e92c71cd0119e617) [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] Running unittests src/bin/kvs_server.rs (/opt/rustwide/target/debug/deps/kvs_server-1103c83f47c7113a) [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] Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-491fc49aa09c3027) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Kvs server start up, version is: 0.1.0 [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Listening on 127.0.0.1:4004 [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Using engine Kvs [INFO] [stderr] [2025-01-15T09:08:44Z DEBUG kvs::network::server] Waiting for connections... [INFO] [stdout] test client_cli_invalid_subcommand ... ok [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Kvs server start up, version is: 0.1.0 [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Listening on 127.0.0.1:4002 [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Kvs server start up, version is: 0.1.0 [INFO] [stdout] test client_cli_no_args ... ok [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Using engine Sled [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Listening on 127.0.0.1:4005 [INFO] [stderr] [2025-01-15T09:08:44Z INFO kvs_server] Using engine Sled [INFO] [stdout] test client_cli_invalid_get ... ok [INFO] [stdout] test client_cli_version ... ok [INFO] [stdout] test server_cli_version ... ok [INFO] [stdout] test client_cli_invalid_rm ... ok [INFO] [stdout] test client_cli_invalid_set ... ok [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::snapshot] no previous snapshot found [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iterator] ordering before clearing tears: {}, max_header_stable_lsn: 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iterator] in clean_tail_tears, found missing item in tail: None and we'll scan segments [] above lowest lsn 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iterator] filtering out segments after detected tear at lsn 0 lid 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::segment] segment accountant returning offset: 0 paused: false on deck: VecSet { inner: [] } lid_slack: 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] storing lsn 0 in beginning of buffer [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] starting log at clean offset 0, recovered lsn 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::blob_io] gc_blobs removing any blob with an lsn above -1 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache] load_snapshot loading pages from 0..0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 0 to 274 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::meta] allocated pid 4 for root of new_tree [95, 95, 115, 108, 101, 100, 95, 95, 100, 101, 102, 97, 117, 108, 116] [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 274 to 338 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::snapshot] no previous snapshot found [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iterator] ordering before clearing tears: {}, max_header_stable_lsn: 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iterator] in clean_tail_tears, found missing item in tail: None and we'll scan segments [] above lowest lsn 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iterator] filtering out segments after detected tear at lsn 0 lid 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::segment] segment accountant returning offset: 0 paused: false on deck: VecSet { inner: [] } lid_slack: 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] storing lsn 0 in beginning of buffer [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] starting log at clean offset 0, recovered lsn 0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::blob_io] gc_blobs removing any blob with an lsn above -1 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache] load_snapshot loading pages from 0..0 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 0 to 274 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::meta] allocated pid 4 for root of new_tree [95, 95, 115, 108, 101, 100, 95, 95, 100, 101, 102, 97, 117, 108, 116] [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 274 to 338 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] wrote lsns 0-273 to disk at offsets 0-273, maxed false complete_len 274 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] wrote lsns 274-337 to disk at offsets 274-337, maxed false complete_len 64 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] mark_interval(0, 274) [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] mark_interval(274, 64) [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] new highest interval: 0 - 273 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] new highest interval: 274 - 337 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting for connections... [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] wrote lsns 0-273 to disk at offsets 0-273, maxed false complete_len 274 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] mark_interval(0, 274) [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] new highest interval: 0 - 273 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] wrote lsns 274-337 to disk at offsets 274-337, maxed false complete_len 64 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] mark_interval(274, 64) [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] new highest interval: 274 - 337 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting for connections... [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60726 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60726 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60726 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:60726, Instruction: Set { key: "key1", value: "value1" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 338 to 393 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43460 [INFO] [stdout] test cli_log_configuration ... ok [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43460 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43460 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:43460, Instruction: Set { key: "key1", value: "value1" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43460 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43460, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z INFO kvs_server] Kvs server start up, version is: 0.1.0 [INFO] [stderr] [2025-01-15T09:08:45Z INFO kvs_server] Listening on 127.0.0.1:4002 [INFO] [stderr] [2025-01-15T09:08:45Z INFO kvs_server] Using engine Kvs [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting for connections... [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] wrote lsns 338-392 to disk at offsets 338-392, maxed false complete_len 55 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] mark_interval(338, 55) [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] new highest interval: 338 - 392 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60726 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60726, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60734 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60734 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60734 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43470 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:60734, Instruction: Get { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60734 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43470 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43470 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:43470, Instruction: Get { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43470 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60734, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43472 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43470, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60742 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43472 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43472 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:43472, Instruction: Set { key: "key1", value: "value2" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43472 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60742 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60742 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:60742, Instruction: Set { key: "key1", value: "value2" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 393 to 448 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43472, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] wrote lsns 393-447 to disk at offsets 393-447, maxed false complete_len 55 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] mark_interval(393, 55) [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] new highest interval: 393 - 447 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60742 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60742, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43476 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43476 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43476 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:43476, Instruction: Get { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43476 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43476, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60748 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60748 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60748 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:60748, Instruction: Get { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60748 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60748, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60750 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60750 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60750 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:60750, Instruction: Get { key: "key2" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60750 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43480 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60750, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43480 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43480 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:43480, Instruction: Get { key: "key2" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43480 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43480, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60754 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60754 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60754 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:60754, Instruction: Rm { key: "key2" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 448 to 489 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] wrote lsns 448-488 to disk at offsets 448-488, maxed false complete_len 41 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] mark_interval(448, 41) [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] new highest interval: 448 - 488 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43482 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60754 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43482 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43482 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:43482, Instruction: Rm { key: "key2" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43482 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43482, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60754, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60764 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60764 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60764 [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG kvs::network::server] Peer: 127.0.0.1:60764, Instruction: Set { key: "key2", value: "value3" } [INFO] [stderr] [2025-01-15T09:08:45Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 489 to 544 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43490 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43490 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43490 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Peer: 127.0.0.1:43490, Instruction: Set { key: "key2", value: "value3" } [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43490 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43490, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43494 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43494 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43494 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Peer: 127.0.0.1:43494, Instruction: Rm { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] wrote lsns 489-543 to disk at offsets 489-543, maxed false complete_len 55 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] mark_interval(489, 55) [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] new highest interval: 489 - 543 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60764 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43494 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60764, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43494, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:46Z INFO kvs_server] Kvs server start up, version is: 0.1.0 [INFO] [stderr] [2025-01-15T09:08:46Z INFO kvs_server] Listening on 127.0.0.1:4004 [INFO] [stderr] [2025-01-15T09:08:46Z INFO kvs_server] Using engine Kvs [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Waiting for connections... [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60774 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60774 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60774 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Peer: 127.0.0.1:60774, Instruction: Rm { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 544 to 585 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] wrote lsns 544-584 to disk at offsets 544-584, maxed false complete_len 41 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] mark_interval(544, 41) [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] new highest interval: 544 - 584 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60774 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60774, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:46Z INFO kvs_server] Kvs server start up, version is: 0.1.0 [INFO] [stderr] [2025-01-15T09:08:46Z INFO kvs_server] Listening on 127.0.0.1:4005 [INFO] [stderr] [2025-01-15T09:08:46Z INFO kvs_server] Using engine Sled [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::snapshot] no previous snapshot found [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iterator] ordering before clearing tears: {0: 0}, max_header_stable_lsn: 0 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iterator] in clean_tail_tears, found missing item in tail: None and we'll scan segments [(0, 0)] above lowest lsn 0 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iterator] failed to read log message at lid 585 with expected lsn 585 during iteration: IO error: failed to fill whole buffer [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iterator] filtering out segments after detected tear at lsn 544 lid 544 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iterator] failed to read log message at lid 585 with expected lsn 585 during iteration: IO error: failed to fill whole buffer [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iterator] failed to read log message at lid 585 with expected lsn 585 during iteration: IO error: failed to fill whole buffer [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] starting log at split offset 585, recovered lsn 585 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::blob_io] gc_blobs removing any blob with an lsn above 584 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache] load_snapshot loading pages from 0..5 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] advancing offset within the current segment from 585 to 732 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] wrote lsns 585-731 to disk at offsets 585-731, maxed false complete_len 147 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] mark_interval(585, 147) [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG sled::pagecache::iobuf] new highest interval: 585 - 731 [INFO] [stderr] [2025-01-15T09:08:46Z DEBUG kvs::network::server] Waiting for connections... [INFO] [stdout] test cli_wrong_engine ... ok [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43506 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43506 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43506 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Peer: 127.0.0.1:43506, Instruction: Get { key: "key2" } [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43506 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43506, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] New connection established from 127.0.0.1:43520 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:43520 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:43520 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Peer: 127.0.0.1:43520, Instruction: Get { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:43520 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:43520, so this connection is closed. [INFO] [stdout] test cli_access_server_kvs_engine ... ok [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60776 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60776 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60776 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Peer: 127.0.0.1:60776, Instruction: Get { key: "key2" } [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60776 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60776, so this connection is closed. [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] New connection established from 127.0.0.1:60792 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Waiting data from 127.0.0.1:60792 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Receive data from peer: 127.0.0.1:60792 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Peer: 127.0.0.1:60792, Instruction: Get { key: "key1" } [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Solve complete for peer: 127.0.0.1:60792 [INFO] [stderr] [2025-01-15T09:08:47Z DEBUG kvs::network::server] Connection closed by peer 127.0.0.1:60792, so this connection is closed. [INFO] [stdout] test cli_access_server_sled_engine ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.17s [INFO] [stdout] [INFO] [stderr] Running tests/kv_store.rs (/opt/rustwide/target/debug/deps/kv_store-c7949f00a7096127) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test overwrite_value ... ok [INFO] [stdout] test remove_non_existent_key ... ok [INFO] [stdout] test get_stored_value ... ok [INFO] [stdout] test get_non_existent_value ... ok [INFO] [stdout] test remove_key ... ok [INFO] [stdout] test concurrent_get ... ok [INFO] [stdout] test concurrent_set ... ok [INFO] [stdout] test compaction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.19s [INFO] [stderr] Running tests/thread_pool.rs (/opt/rustwide/target/debug/deps/thread_pool-f42f21c1ecbef9bc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test shared_queue_thread_pool_spawn_counter ... ok [INFO] [stdout] test rayon_thread_pool_spawn_counter ... ok [INFO] [stdout] test naive_thread_pool_spawn_counter ... ok [INFO] [stdout] test shared_queue_thread_pool_panic_task ... ok [INFO] [stderr] Doc-tests kvs [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [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" "e4b7a94756e599dd05b9be9502b5e48c7d0a7bae28a23f2e6d87446ede2672c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4b7a94756e599dd05b9be9502b5e48c7d0a7bae28a23f2e6d87446ede2672c7", kill_on_drop: false }` [INFO] [stdout] e4b7a94756e599dd05b9be9502b5e48c7d0a7bae28a23f2e6d87446ede2672c7