[INFO] cloning repository https://github.com/parker-codes/tauri-commands-api-poc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/parker-codes/tauri-commands-api-poc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparker-codes%2Ftauri-commands-api-poc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparker-codes%2Ftauri-commands-api-poc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] abf2dcb934d62a53d1fd2dad45b677c416b97608
[INFO] checking parker-codes/tauri-commands-api-poc against master#507271bc119683008ec719ecee48814e8ac86c65 for pr-146440
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparker-codes%2Ftauri-commands-api-poc" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/parker-codes/tauri-commands-api-poc
[INFO] finished tweaking git repo https://github.com/parker-codes/tauri-commands-api-poc
[INFO] tweaked toml for git repo https://github.com/parker-codes/tauri-commands-api-poc written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/parker-codes/tauri-commands-api-poc on toolchain 507271bc119683008ec719ecee48814e8ac86c65
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/parker-codes/tauri-commands-api-poc 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" "+507271bc119683008ec719ecee48814e8ac86c65" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_json v1.0.62
[INFO] [stderr]   Downloaded serde_derive v1.0.123
[INFO] [stderr]   Downloaded serde v1.0.123
[INFO] [stderr]   Downloaded syn v1.0.60
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8833245d4a0d7b3a1da1c4094f31bea6d6609c563607d41d3c2c10037b8645cf
[INFO] running `Command { std: "docker" "start" "-a" "8833245d4a0d7b3a1da1c4094f31bea6d6609c563607d41d3c2c10037b8645cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8833245d4a0d7b3a1da1c4094f31bea6d6609c563607d41d3c2c10037b8645cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8833245d4a0d7b3a1da1c4094f31bea6d6609c563607d41d3c2c10037b8645cf", kill_on_drop: false }`
[INFO] [stdout] 8833245d4a0d7b3a1da1c4094f31bea6d6609c563607d41d3c2c10037b8645cf
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+507271bc119683008ec719ecee48814e8ac86c65" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8e8c73764c4261da5fe6f33444a82bc8e11d0efc53d1922a1925868467642258
[INFO] running `Command { std: "docker" "start" "-a" "8e8c73764c4261da5fe6f33444a82bc8e11d0efc53d1922a1925868467642258", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.24
[INFO] [stderr]    Compiling unicode-xid v0.2.1
[INFO] [stderr]    Compiling syn v1.0.60
[INFO] [stderr]    Compiling serde_derive v1.0.123
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde v1.0.123
[INFO] [stderr]    Compiling serde_json v1.0.62
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]     Checking tauri-commands-api-poc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `Executable`
[INFO] [stdout]  --> src/app.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::cmd::{CommandSet, Executable};
[INFO] [stdout]   |                              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `status` is never read
[INFO] [stdout]   --> src/main.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct State {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] 11 |     status: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `State` 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] [stdout] warning: struct `AppBuilder` is never constructed
[INFO] [stdout]  --> src/app.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct AppBuilder<U: CommandSet> {
[INFO] [stdout]   |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `new`, `user_data`, and `build` are never used
[INFO] [stdout]   --> src/app.rs:8:12
[INFO] [stdout]    |
[INFO] [stdout]  7 | impl<U: CommandSet> AppBuilder<U> {
[INFO] [stdout]    | --------------------------------- associated items in this implementation
[INFO] [stdout]  8 |     pub fn new() -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 12 |     pub fn user_data(mut self, user_data: U::State) -> Self {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 17 |     pub fn build(self) -> App<U> {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `App` is never constructed
[INFO] [stdout]   --> src/app.rs:25:12
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct App<U: CommandSet> {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `handle` is never used
[INFO] [stdout]   --> src/app.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl<U: CommandSet> App<U> {
[INFO] [stdout]    | -------------------------- method in this implementation
[INFO] [stdout] 31 |     pub fn handle(self, arg: String) -> Result<String, String> {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `execute_cmd` is never used
[INFO] [stdout]   --> src/app.rs:46:4
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn execute_cmd<U: CommandSet>(cmd: U, context: Context<U::State>) -> Result<String, String> {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `Context` is never constructed
[INFO] [stdout]   --> src/app.rs:51:12
[INFO] [stdout]    |
[INFO] [stdout] 51 | pub struct Context<T> {
[INFO] [stdout]    |            ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CommandSet` is never used
[INFO] [stdout]  --> src/cmd.rs:4:11
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub trait CommandSet: DeserializeOwned {
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Executable` is never used
[INFO] [stdout]  --> src/cmd.rs:9:11
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub trait Executable {
[INFO] [stdout]   |           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Executable`
[INFO] [stdout]  --> src/app.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::cmd::{CommandSet, Executable};
[INFO] [stdout]   |                              ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `webview` is never read
[INFO] [stdout]   --> src/app.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct App<U: CommandSet> {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 26 |     pub user_data: U::State,
[INFO] [stdout] 27 |     webview: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[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 12.77s
[INFO] running `Command { std: "docker" "inspect" "8e8c73764c4261da5fe6f33444a82bc8e11d0efc53d1922a1925868467642258", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e8c73764c4261da5fe6f33444a82bc8e11d0efc53d1922a1925868467642258", kill_on_drop: false }`
[INFO] [stdout] 8e8c73764c4261da5fe6f33444a82bc8e11d0efc53d1922a1925868467642258
