[INFO] cloning repository https://github.com/AmayTrip29/ChatGPT-In-Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AmayTrip29/ChatGPT-In-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmayTrip29%2FChatGPT-In-Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmayTrip29%2FChatGPT-In-Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 11957795167d5f3687808bceb2b5bb9fba3f796f
[INFO] checking AmayTrip29/ChatGPT-In-Rust against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmayTrip29%2FChatGPT-In-Rust" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/AmayTrip29/ChatGPT-In-Rust
[INFO] finished tweaking git repo https://github.com/AmayTrip29/ChatGPT-In-Rust
[INFO] tweaked toml for git repo https://github.com/AmayTrip29/ChatGPT-In-Rust written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AmayTrip29/ChatGPT-In-Rust on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AmayTrip29/ChatGPT-In-Rust 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `rusty_llama` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc1/source/target/.../rusty_llama
[INFO] [stderr]    |                                                  ^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `rusty-llama`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:71:8
[INFO] [stderr]    |
[INFO] [stderr] 71 - name = "rusty_llama"
[INFO] [stderr] 71 + name = "rusty-llama"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `rusty-llama`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:93:15
[INFO] [stderr]    |
[INFO] [stderr] 93 ~ opt-level = 3
[INFO] [stderr] 94 + [[bin]]
[INFO] [stderr] 95 + name = "rusty-llama"
[INFO] [stderr] 96 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `rusty_llama` (manifest) generated 1 warning
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/rustformers/llm.git`
[INFO] [stderr] error: failed to get `llm` as a dependency of package `rusty_llama v0.1.0 (/workspace/builds/worker-0-tc1/source)`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to load source for dependency `llm`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   unable to update https://github.com/rustformers/llm.git?branch=main#9376078c
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   failed to clone into: /workspace/cargo-home/git/db/llm-949c8a32bf901e34
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   revision 9376078c12ea1990bd42e63432656819a056d379 not found
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   network failure seems to have happened
[INFO] [stderr]   if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
[INFO] [stderr]   https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   SSL error: unknown error; class=Ssl (16)


overridden task result to broken:missing-deps

Caused by:
    the crate depends on missing dependencies: 
    
    warning: binary `rusty_llama` should have a kebab-case name
       |
     1 | /workspace/builds/worker-0-tc1/source/target/.../rusty_llama
       |                                                  ^^^^^^^^^^^
       |
       = note: `cargo::non_kebab_case_bins` is set to `warn` by default
    help: to change the binary name to `rusty-llama`, convert `package.name`
      --> Cargo.toml:71:8
       |
    71 - name = "rusty_llama"
    71 + name = "rusty-llama"
       |
    help: to change the binary name to `rusty-llama`, specify `bin.name`
      --> Cargo.toml:93:15
       |
    93 ~ opt-level = 3
    94 + [[bin]]
    95 + name = "rusty-llama"
    96 + path = "src/main.rs"
       |
    warning: `rusty_llama` (manifest) generated 1 warning
        Updating crates.io index
        Updating git repository `https://github.com/rustformers/llm.git`
    error: failed to get `llm` as a dependency of package `rusty_llama v0.1.0 (/workspace/builds/worker-0-tc1/source)`
    
    Caused by:
      failed to load source for dependency `llm`
    
    Caused by:
      unable to update https://github.com/rustformers/llm.git?branch=main#9376078c
    
    Caused by:
      failed to clone into: /workspace/cargo-home/git/db/llm-949c8a32bf901e34
    
    Caused by:
      revision 9376078c12ea1990bd42e63432656819a056d379 not found
    
    Caused by:
      network failure seems to have happened
      if a proxy or similar is necessary `net.git-fetch-with-cli` may help here
      https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli
    
    Caused by:
      SSL error: unknown error; class=Ssl (16)