[INFO] cloning repository https://github.com/kindywu/kv-server
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kindywu/kv-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkindywu%2Fkv-server", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkindywu%2Fkv-server'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7250a2364b62eccd84346faa137d37d68d13ef43
[INFO] checking kindywu/kv-server against try#50d7e48beb74b48bd17c3749bfb73843c9ae0166 for pr-151102
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkindywu%2Fkv-server" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kindywu/kv-server
[INFO] finished tweaking git repo https://github.com/kindywu/kv-server
[INFO] tweaked toml for git repo https://github.com/kindywu/kv-server written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kindywu/kv-server on toolchain 50d7e48beb74b48bd17c3749bfb73843c9ae0166
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kindywu/kv-server 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" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mirai-annotations v1.12.0
[INFO] [stderr]   Downloaded certify v0.5.2
[INFO] [stderr]   Downloaded clap v4.5.6
[INFO] [stderr]   Downloaded argh v0.1.12
[INFO] [stderr]   Downloaded argh_derive v0.1.12
[INFO] [stderr]   Downloaded argh_shared v0.1.12
[INFO] [stderr]   Downloaded clap_builder v4.5.6
[INFO] [stderr]   Downloaded aws-lc-rs v1.7.3
[INFO] [stderr]   Downloaded webpki-roots v0.26.2
[INFO] [stderr]   Downloaded redb v2.1.0
[INFO] [stderr]   Downloaded aws-lc-sys v0.18.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dcd5883ede9cc1d290232c18eb44de62b167814ea245421ee923856f216ea191
[INFO] running `Command { std: "docker" "start" "-a" "dcd5883ede9cc1d290232c18eb44de62b167814ea245421ee923856f216ea191", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dcd5883ede9cc1d290232c18eb44de62b167814ea245421ee923856f216ea191", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dcd5883ede9cc1d290232c18eb44de62b167814ea245421ee923856f216ea191", kill_on_drop: false }`
[INFO] [stdout] dcd5883ede9cc1d290232c18eb44de62b167814ea245421ee923856f216ea191
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:98afbf2d16093dec2546ff8915fddc74e65664aa03fc460b3712b1c2c54a33e4" "/opt/rustwide/cargo-home/bin/cargo" "+50d7e48beb74b48bd17c3749bfb73843c9ae0166" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 27193c9fe672ef95e2d2f55ab4ebd410ed1cfcd8810fa148f361fb9b857bf7e0
[INFO] running `Command { std: "docker" "start" "-a" "27193c9fe672ef95e2d2f55ab4ebd410ed1cfcd8810fa148f361fb9b857bf7e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling dunce v1.0.4
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]    Compiling aws-lc-rs v1.7.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling oid-registry v0.6.1
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling bitflags v2.5.0
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]     Checking mirai-annotations v1.12.0
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling rustls v0.23.10
[INFO] [stderr]     Checking yasna v0.5.2
[INFO] [stderr]     Checking num-bigint v0.4.5
[INFO] [stderr]     Checking pem v1.1.1
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling redb v2.1.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]     Checking plotters-backend v0.3.6
[INFO] [stderr]     Checking ciborium-ll v0.2.2
[INFO] [stderr]    Compiling cc v1.0.98
[INFO] [stderr]     Checking plotters-svg v0.3.6
[INFO] [stderr]     Checking clap_builder v4.5.6
[INFO] [stderr]     Checking webpki-roots v0.26.2
[INFO] [stderr]     Checking rustls-pemfile v2.1.2
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking plotters v0.3.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]     Checking rusticata-macros v4.1.0
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling aws-lc-sys v0.18.0
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking clap v4.5.6
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling asn1-rs-derive v0.4.0
[INFO] [stderr]    Compiling asn1-rs-impl v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling displaydoc v0.2.4
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling tokio-macros v2.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling enum_dispatch v0.3.13
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]     Checking tokio v1.38.0
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking thiserror v1.0.61
[INFO] [stderr]     Checking asn1-rs v0.5.2
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]     Checking der-parser v8.2.0
[INFO] [stderr]     Checking x509-parser v0.14.0
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]     Checking rcgen v0.10.0
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking certify v0.5.2
[INFO] [stderr]    Compiling kv_server v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking tokio-util v0.7.11
[INFO] [stderr]     Checking tokio-stream v0.1.15
[INFO] [stderr]     Checking argh_shared v0.1.12
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling argh_derive v0.1.12
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking argh v0.1.12
[INFO] [stderr]     Checking rustls-webpki v0.102.4
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/storage/memory.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn get_table(&self, table: &str) -> Ref<String, DashMap<String, Value>> {
[INFO] [stdout]    |                  ^^^^^                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn get_table(&self, table: &str) -> Ref<'_, String, DashMap<String, Value>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/storage/memory.rs:31:18
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn get_table(&self, table: &str) -> Ref<String, DashMap<String, Value>> {
[INFO] [stdout]    |                  ^^^^^                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                  |
[INFO] [stdout]    |                  the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 31 |     fn get_table(&self, table: &str) -> Ref<'_, String, DashMap<String, Value>> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s
[INFO] running `Command { std: "docker" "inspect" "27193c9fe672ef95e2d2f55ab4ebd410ed1cfcd8810fa148f361fb9b857bf7e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27193c9fe672ef95e2d2f55ab4ebd410ed1cfcd8810fa148f361fb9b857bf7e0", kill_on_drop: false }`
[INFO] [stdout] 27193c9fe672ef95e2d2f55ab4ebd410ed1cfcd8810fa148f361fb9b857bf7e0
