[INFO] cloning repository https://github.com/madtrick/simplekv
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/madtrick/simplekv" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadtrick%2Fsimplekv", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadtrick%2Fsimplekv'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 99ffc2a045170a3f0b6547d1aff5a03d208860b3
[INFO] building madtrick/simplekv against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadtrick%2Fsimplekv" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/madtrick/simplekv on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/madtrick/simplekv
[INFO] finished tweaking git repo https://github.com/madtrick/simplekv
[INFO] tweaked toml for git repo https://github.com/madtrick/simplekv written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/madtrick/simplekv 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 39bbf44b2720d64e934e7d500638bd1074cee0b0899519acd8ea70d01a361675
[INFO] running `Command { std: "docker" "start" "-a" "39bbf44b2720d64e934e7d500638bd1074cee0b0899519acd8ea70d01a361675", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39bbf44b2720d64e934e7d500638bd1074cee0b0899519acd8ea70d01a361675", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39bbf44b2720d64e934e7d500638bd1074cee0b0899519acd8ea70d01a361675", kill_on_drop: false }`
[INFO] [stdout] 39bbf44b2720d64e934e7d500638bd1074cee0b0899519acd8ea70d01a361675
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa046bb5bb22b19f4a42ed0f26cb56f58dea17ccccd3f3e22cbd5c8462dcfca6
[INFO] running `Command { std: "docker" "start" "-a" "fa046bb5bb22b19f4a42ed0f26cb56f58dea17ccccd3f3e22cbd5c8462dcfca6", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling rustix v0.38.4
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling linux-raw-sys v0.4.3
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]    Compiling serde_derive v1.0.183
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling unicode-width v0.1.10
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling memoffset v0.9.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling smawk v0.3.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling textwrap v0.15.2
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling syn v2.0.28
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling snowflake v1.3.0
[INFO] [stderr]    Compiling bytes v0.5.6
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.39
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling nix v0.23.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling fd-lock v3.0.13
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling clap_builder v4.3.19
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling zookeeper_derive v0.4.1
[INFO] [stderr]    Compiling rustyline-derive v0.6.0
[INFO] [stderr]    Compiling regex-automata v0.3.4
[INFO] [stderr]    Compiling zookeeper v0.8.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde_bytes v0.11.12
[INFO] [stderr]    Compiling fid-rs v0.1.1
[INFO] [stderr]    Compiling louds-rs v0.4.0
[INFO] [stderr]    Compiling trie-rs v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling rustyline v9.1.2
[INFO] [stderr]    Compiling easy-repl v0.2.1
[INFO] [stderr]    Compiling clap v4.3.19
[INFO] [stderr]    Compiling regex v1.9.1
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling rustkv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/bin/coordinator.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let closure = move |event: WatchedEvent| send.send(()).unwrap();
[INFO] [stdout]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Acl` and `CreateMode`
[INFO] [stdout]   --> src/bin/repl.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | use zookeeper::{Acl, CreateMode, WatchedEvent, Watcher, ZooKeeper};
[INFO] [stdout]    |                 ^^^  ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::vec`
[INFO] [stdout]   --> src/bin/kv.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::vec;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/bin/kv.rs:362:17
[INFO] [stdout]     |
[INFO] [stdout] 335 |                 Connect { from } => {
[INFO] [stdout]     |                 ---------------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 362 |                 _ => panic!("Unexpected connect payload"),
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.97s
[INFO] running `Command { std: "docker" "inspect" "fa046bb5bb22b19f4a42ed0f26cb56f58dea17ccccd3f3e22cbd5c8462dcfca6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa046bb5bb22b19f4a42ed0f26cb56f58dea17ccccd3f3e22cbd5c8462dcfca6", kill_on_drop: false }`
[INFO] [stdout] fa046bb5bb22b19f4a42ed0f26cb56f58dea17ccccd3f3e22cbd5c8462dcfca6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 20d106fc3099d0198eb56436a5f2b9a85047878dfb4f9e214ea206f512a7859b
[INFO] running `Command { std: "docker" "start" "-a" "20d106fc3099d0198eb56436a5f2b9a85047878dfb4f9e214ea206f512a7859b", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustkv v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Acl` and `CreateMode`
[INFO] [stdout]   --> src/bin/repl.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | use zookeeper::{Acl, CreateMode, WatchedEvent, Watcher, ZooKeeper};
[INFO] [stdout]    |                 ^^^  ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::vec`
[INFO] [stdout]   --> src/bin/kv.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use std::vec;
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `event`
[INFO] [stdout]   --> src/bin/coordinator.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     let closure = move |event: WatchedEvent| send.send(()).unwrap();
[INFO] [stdout]    |                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_event`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/bin/kv.rs:362:17
[INFO] [stdout]     |
[INFO] [stdout] 335 |                 Connect { from } => {
[INFO] [stdout]     |                 ---------------- matches any value
[INFO] [stdout] ...
[INFO] [stdout] 362 |                 _ => panic!("Unexpected connect payload"),
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.63s
[INFO] running `Command { std: "docker" "inspect" "20d106fc3099d0198eb56436a5f2b9a85047878dfb4f9e214ea206f512a7859b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20d106fc3099d0198eb56436a5f2b9a85047878dfb4f9e214ea206f512a7859b", kill_on_drop: false }`
[INFO] [stdout] 20d106fc3099d0198eb56436a5f2b9a85047878dfb4f9e214ea206f512a7859b
