[INFO] cloning repository https://github.com/sufal54/nextro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sufal54/nextro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsufal54%2Fnextro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsufal54%2Fnextro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4737ee60b5321e1507eeb58d249506f31c594a60
[INFO] checking sufal54/nextro/4737ee60b5321e1507eeb58d249506f31c594a60 against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsufal54%2Fnextro" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sufal54/nextro
[INFO] finished tweaking git repo https://github.com/sufal54/nextro
[INFO] tweaked toml for git repo https://github.com/sufal54/nextro written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sufal54/nextro on toolchain d8df82673d5911b6112a85bf91d9adefb2c66a1a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sufal54/nextro 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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865
[INFO] running `Command { std: "docker" "start" "cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865" "/opt/rustwide/cargo-home/bin/cargo" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking nextro v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/main.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | use clap::{ Parser, arg };
[INFO] [stdout]   |                     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `time::Duration`
[INFO] [stdout]  --> src/main.rs:8:67
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::{ io::{ AsyncReadExt, AsyncWriteExt }, net::TcpStream, time::Duration };
[INFO] [stdout]   |                                                                   ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `arg`
[INFO] [stdout]  --> src/main.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | use clap::{ Parser, arg };
[INFO] [stdout]   |                     ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `send_frame` is never used
[INFO] [stdout]   --> src/main.rs:62:10
[INFO] [stdout]    |
[INFO] [stdout] 62 | async fn send_frame(cmd: u8, flags: u8, payload: &[u8], ttl: Option<u32>) -> Result<Vec<u8>> {
[INFO] [stdout]    |          ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set` is never used
[INFO] [stdout]   --> src/main.rs:89:10
[INFO] [stdout]    |
[INFO] [stdout] 89 | async fn set(db: &str, key: &str, value: &str) -> Result<Vec<u8>> {
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `set_with_ttl` is never used
[INFO] [stdout]    --> src/main.rs:103:10
[INFO] [stdout]     |
[INFO] [stdout] 103 | async fn set_with_ttl(db: &str, key: &str, value: &str, ttl_secs: u32) -> Result<Vec<u8>> {
[INFO] [stdout]     |          ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get` is never used
[INFO] [stdout]    --> src/main.rs:117:10
[INFO] [stdout]     |
[INFO] [stdout] 117 | async fn get(db: &str, key: &str) -> Result<Vec<u8>> {
[INFO] [stdout]     |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `delete` is never used
[INFO] [stdout]    --> src/main.rs:129:10
[INFO] [stdout]     |
[INFO] [stdout] 129 | async fn delete(db: &str, key: &str) -> Result<Vec<u8>> {
[INFO] [stdout]     |          ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `create_at` is never read
[INFO] [stdout]   --> src/db/store.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Entry {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 10 |     pub value: Arc<Vec<u8>>,
[INFO] [stdout] 11 |     pub create_at: Instant,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `create_at` is never read
[INFO] [stdout]   --> src/db/store.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  9 | pub struct Entry {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 10 |     pub value: Arc<Vec<u8>>,
[INFO] [stdout] 11 |     pub create_at: Instant,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Entry` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.11s
[INFO] running `Command { std: "docker" "inspect" "cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865", kill_on_drop: false }`
[INFO] [stdout] cada74f770e6a93f0db3e4394bdef9aa58e1e3f4afa534e7fb05a134a1141865
