[INFO] cloning repository https://github.com/connec/kvs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/connec/kvs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconnec%2Fkvs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconnec%2Fkvs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] afdf5b99b4c0ccf111900cc121486f05e1e54be1 [INFO] testing connec/kvs against try#ece70b22820429ebf0c6d388c32356a14c58fc2f for pr-107251 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconnec%2Fkvs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/connec/kvs on toolchain ece70b22820429ebf0c6d388c32356a14c58fc2f [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ece70b22820429ebf0c6d388c32356a14c58fc2f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/connec/kvs [INFO] finished tweaking git repo https://github.com/connec/kvs [INFO] tweaked toml for git repo https://github.com/connec/kvs written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/connec/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" "+ece70b22820429ebf0c6d388c32356a14c58fc2f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+ece70b22820429ebf0c6d388c32356a14c58fc2f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b98c60f1b390ed07eb3d72ce27e04c77248a199eabbca34cf35be715ce7ad5d2 [INFO] running `Command { std: "docker" "start" "-a" "b98c60f1b390ed07eb3d72ce27e04c77248a199eabbca34cf35be715ce7ad5d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b98c60f1b390ed07eb3d72ce27e04c77248a199eabbca34cf35be715ce7ad5d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b98c60f1b390ed07eb3d72ce27e04c77248a199eabbca34cf35be715ce7ad5d2", kill_on_drop: false }` [INFO] [stdout] b98c60f1b390ed07eb3d72ce27e04c77248a199eabbca34cf35be715ce7ad5d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+ece70b22820429ebf0c6d388c32356a14c58fc2f" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ebc8d4c148d1ced768333f6aa5fe9839915362f9440af6d288ede72c7b43fea4 [INFO] running `Command { std: "docker" "start" "-a" "ebc8d4c148d1ced768333f6aa5fe9839915362f9440af6d288ede72c7b43fea4", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling rand_core v0.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling syn v0.15.36 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling slog v2.4.1 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling either v1.5.2 [INFO] [stderr] Compiling futures v0.1.28 [INFO] [stderr] Compiling historian v4.0.3 [INFO] [stderr] Compiling crossbeam-utils v0.6.5 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling crossbeam-queue v0.1.2 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling slog-async v2.3.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling num_cpus v1.10.1 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling rmp v0.8.7 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling tempfile v3.0.8 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Compiling hashbrown v0.3.1 [INFO] [stderr] Compiling serde_bytes v0.11.1 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling pagecache v0.17.0 [INFO] [stderr] Compiling sled v0.24.1 [INFO] [stderr] Compiling kvs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/engine/kvs.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | mem::replace(old_entry, new_entry); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.11s [INFO] running `Command { std: "docker" "inspect" "ebc8d4c148d1ced768333f6aa5fe9839915362f9440af6d288ede72c7b43fea4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ebc8d4c148d1ced768333f6aa5fe9839915362f9440af6d288ede72c7b43fea4", kill_on_drop: false }` [INFO] [stdout] ebc8d4c148d1ced768333f6aa5fe9839915362f9440af6d288ede72c7b43fea4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+ece70b22820429ebf0c6d388c32356a14c58fc2f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 469350a1d138d48ba361d410ba05f7aebe005e5f5aed3201877cb771f8d6122c [INFO] running `Command { std: "docker" "start" "-a" "469350a1d138d48ba361d410ba05f7aebe005e5f5aed3201877cb771f8d6122c", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling ryu v0.2.8 [INFO] [stderr] Compiling itoa v0.4.4 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Compiling ucd-util v0.1.3 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Compiling utf8-ranges v1.0.3 [INFO] [stderr] Compiling predicates-core v1.0.0 [INFO] [stderr] Compiling float-cmp v0.4.0 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling treeline v0.1.0 [INFO] [stderr] Compiling cast v0.2.2 [INFO] [stderr] Compiling normalize-line-endings v0.2.2 [INFO] [stderr] Compiling difference v2.0.0 [INFO] [stderr] Compiling walkdir v2.2.8 [INFO] [stderr] Compiling rand_xoshiro v0.1.0 [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/engine/kvs.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | mem::replace(old_entry, new_entry); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling predicates-tree v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.7 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling aho-corasick v0.7.3 [INFO] [stderr] Compiling csv-core v0.1.5 [INFO] [stderr] Compiling criterion-plot v0.3.1 [INFO] [stderr] Compiling csv v1.0.7 [INFO] [stderr] Compiling tinytemplate v1.0.2 [INFO] [stderr] Compiling criterion v0.2.11 [INFO] [stderr] Compiling predicates v1.0.1 [INFO] [stderr] Compiling assert_cmd v0.11.1 [INFO] [stderr] Compiling kvs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused return value of `std::mem::replace` that must be used [INFO] [stdout] --> src/engine/kvs.rs:274:17 [INFO] [stdout] | [INFO] [stdout] 274 | mem::replace(old_entry, new_entry); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 12.43s [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" "469350a1d138d48ba361d410ba05f7aebe005e5f5aed3201877cb771f8d6122c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "469350a1d138d48ba361d410ba05f7aebe005e5f5aed3201877cb771f8d6122c", kill_on_drop: false }` [INFO] [stdout] 469350a1d138d48ba361d410ba05f7aebe005e5f5aed3201877cb771f8d6122c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d532c2baa59a8a48e45c3be7eb049f77ac5a58a7a6514a58a8e878df1c3d03d" "/opt/rustwide/cargo-home/bin/cargo" "+ece70b22820429ebf0c6d388c32356a14c58fc2f" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] f7126a57b35c50dec84a48888468fe12bdb88ca2fe6109a40659dba9a44de143 [INFO] running `Command { std: "docker" "start" "-a" "f7126a57b35c50dec84a48888468fe12bdb88ca2fe6109a40659dba9a44de143", kill_on_drop: false }` [INFO] [stderr] warning: unused return value of `std::mem::replace` that must be used [INFO] [stderr] --> src/engine/kvs.rs:274:17 [INFO] [stderr] | [INFO] [stderr] 274 | mem::replace(old_entry, new_entry); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: if you don't need the old value, you can just assign the new value directly [INFO] [stderr] = note: `#[warn(unused_must_use)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `kvs` (lib) generated 1 warning [INFO] [stderr] warning: `kvs` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [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 2` [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/kvs-a74d8b94819c4011) [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-8d8811f852bacb86) [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-b424f5148278b8bc) [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-6d9bb4fb97348952) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test server_cli_version ... ok [INFO] [stderr] Jan 30 19:37:06.570 INFO Starting engine, path: /tmp/.tmpZWpZp4, engine: kvs, version: 0.1.0 [INFO] [stderr] Jan 30 19:37:06.574 INFO Starting server, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:06.586 INFO Starting engine, path: /tmp/.tmpSSTMCQ, engine: sled, version: 0.1.0 [INFO] [stdout] test client_cli_version ... ok [INFO] [stdout] test client_cli_no_args ... ok [INFO] [stderr] Jan 30 19:37:06.603 INFO Starting engine, path: /tmp/.tmpRBQOdJ, engine: sled, version: 0.1.0 [INFO] [stdout] test client_cli_invalid_subcommand ... ok [INFO] [stdout] test client_cli_invalid_rm ... ok [INFO] [stdout] test client_cli_invalid_get ... ok [INFO] [stdout] test client_cli_invalid_set ... ok [INFO] [stderr] Jan 30 19:37:06.974 INFO Starting server, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.002 INFO Starting server, address: 127.0.0.1:4002 [INFO] [stderr] Jan 30 19:37:07.564 DEBG Client connected, peer_addr: 127.0.0.1:35398, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.565 DEBG Closing connection, peer_addr: 127.0.0.1:35398, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.570 DEBG Client connected, peer_addr: 127.0.0.1:35410, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.570 DEBG Closing connection, peer_addr: 127.0.0.1:35410, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.572 DEBG Client connected, peer_addr: 127.0.0.1:35424, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.573 DEBG Closing connection, peer_addr: 127.0.0.1:35424, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.574 DEBG Client connected, peer_addr: 127.0.0.1:35440, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.574 DEBG Closing connection, peer_addr: 127.0.0.1:35440, address: 127.0.0.1:4004 [INFO] [stdout] test cli_log_configuration ... ok [INFO] [stderr] Jan 30 19:37:07.582 DEBG Client connected, peer_addr: 127.0.0.1:35454, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.582 DEBG Closing connection, peer_addr: 127.0.0.1:35454, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.586 DEBG Client connected, peer_addr: 127.0.0.1:35464, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.586 DEBG Closing connection, peer_addr: 127.0.0.1:35464, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.590 DEBG Client connected, peer_addr: 127.0.0.1:35466, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.590 DEBG Closing connection, peer_addr: 127.0.0.1:35466, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.594 DEBG Client connected, peer_addr: 127.0.0.1:35476, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.594 DEBG Closing connection, peer_addr: 127.0.0.1:35476, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.602 DEBG Client connected, peer_addr: 127.0.0.1:57916, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.610 DEBG Closing connection, peer_addr: 127.0.0.1:57916, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.614 INFO Starting engine, path: /tmp/.tmpZWpZp4, engine: kvs, version: 0.1.0 [INFO] [stderr] Jan 30 19:37:07.614 INFO Starting server, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:07.618 DEBG Client connected, peer_addr: 127.0.0.1:57924, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.618 DEBG Closing connection, peer_addr: 127.0.0.1:57924, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.621 DEBG Client connected, peer_addr: 127.0.0.1:57938, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.628 INFO Starting engine, path: /tmp/.tmpIGvOqf, engine: kvs, version: 0.1.0 [INFO] [stderr] Jan 30 19:37:07.628 INFO Starting server, address: 127.0.0.1:4002 [INFO] [stderr] Jan 30 19:37:07.638 DEBG Closing connection, peer_addr: 127.0.0.1:57938, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.652 DEBG Client connected, peer_addr: 127.0.0.1:57940, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.653 DEBG Closing connection, peer_addr: 127.0.0.1:57940, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.658 DEBG Client connected, peer_addr: 127.0.0.1:57950, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.661 DEBG Closing connection, peer_addr: 127.0.0.1:57950, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.672 DEBG Client connected, peer_addr: 127.0.0.1:57958, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.672 DEBG Closing connection, peer_addr: 127.0.0.1:57958, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.676 DEBG Client connected, peer_addr: 127.0.0.1:57968, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.690 DEBG Closing connection, peer_addr: 127.0.0.1:57968, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.702 DEBG Client connected, peer_addr: 127.0.0.1:57970, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.714 DEBG Closing connection, peer_addr: 127.0.0.1:57970, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:07.726 INFO Starting engine, path: /tmp/.tmpSSTMCQ, engine: sled, version: 0.1.0 [INFO] [stderr] Jan 30 19:37:07.968 INFO Starting server, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:08.605 DEBG Client connected, peer_addr: 127.0.0.1:35482, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:08.605 DEBG Closing connection, peer_addr: 127.0.0.1:35482, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:08.607 DEBG Client connected, peer_addr: 127.0.0.1:35490, address: 127.0.0.1:4004 [INFO] [stderr] Jan 30 19:37:08.608 DEBG Closing connection, peer_addr: 127.0.0.1:35490, address: 127.0.0.1:4004 [INFO] [stdout] test cli_access_server_kvs_engine ... ok [INFO] [stdout] test cli_wrong_engine ... ok [INFO] [stderr] Jan 30 19:37:08.724 DEBG Client connected, peer_addr: 127.0.0.1:57986, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:08.727 DEBG Closing connection, peer_addr: 127.0.0.1:57986, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:08.733 DEBG Client connected, peer_addr: 127.0.0.1:57994, address: 127.0.0.1:4005 [INFO] [stderr] Jan 30 19:37:08.733 DEBG Closing connection, peer_addr: 127.0.0.1:57994, address: 127.0.0.1:4005 [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.21s [INFO] [stdout] [INFO] [stderr] Running tests/kv_store.rs (/opt/rustwide/target/debug/deps/kv_store-0afc91c954e97a95) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test remove_non_existent_key ... ok [INFO] [stdout] test remove_key ... ok [INFO] [stdout] test overwrite_value ... ok [INFO] [stdout] test get_non_existent_value ... ok [INFO] [stdout] test get_stored_value ... ok [INFO] [stdout] test compaction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.61s [INFO] [stdout] [INFO] [stderr] Doc-tests kvs [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test src/engine/kvs.rs - engine::kvs::Store::get (line 162) ... ok [INFO] [stdout] test src/engine/kvs.rs - engine::kvs::Store::set (line 184) ... ok [INFO] [stdout] test src/engine/kvs.rs - engine::kvs::Store::remove (line 219) ... ok [INFO] [stdout] test src/engine/kvs.rs - engine::kvs::Store (line 25) ... ok [INFO] [stdout] test src/engine/kvs.rs - engine::kvs::Store::open (line 61) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.35s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f7126a57b35c50dec84a48888468fe12bdb88ca2fe6109a40659dba9a44de143", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7126a57b35c50dec84a48888468fe12bdb88ca2fe6109a40659dba9a44de143", kill_on_drop: false }` [INFO] [stdout] f7126a57b35c50dec84a48888468fe12bdb88ca2fe6109a40659dba9a44de143