[INFO] cloning repository https://github.com/rafervi/web_template_Rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rafervi/web_template_Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 767cdee59526b33d36505b78d0592d7fd133548e
[INFO] checking rafervi/web_template_Rust against d8df82673d5911b6112a85bf91d9adefb2c66a1a for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  73% (1840/2495)
Updating files:  74% (1847/2495)
Updating files:  75% (1872/2495)
Updating files:  76% (1897/2495)
Updating files:  77% (1922/2495)
Updating files:  78% (1947/2495)
Updating files:  79% (1972/2495)
Updating files:  80% (1996/2495)
Updating files:  80% (2010/2495)
Updating files:  81% (2021/2495)
Updating files:  82% (2046/2495)
Updating files:  83% (2071/2495)
Updating files:  84% (2096/2495)
Updating files:  84% (2100/2495)
Updating files:  85% (2121/2495)
Updating files:  86% (2146/2495)
Updating files:  87% (2171/2495)
Updating files:  88% (2196/2495)
Updating files:  89% (2221/2495)
Updating files:  90% (2246/2495)
Updating files:  91% (2271/2495)
Updating files:  92% (2296/2495)
Updating files:  93% (2321/2495)
Updating files:  94% (2346/2495)
Updating files:  95% (2371/2495)
Updating files:  96% (2396/2495)
Updating files:  97% (2421/2495)
Updating files:  98% (2446/2495)
Updating files:  98% (2463/2495)
Updating files:  99% (2471/2495)
Updating files: 100% (2495/2495)
Updating files: 100% (2495/2495), done.
[INFO] started tweaking git repo https://github.com/rafervi/web_template_Rust
[INFO] finished tweaking git repo https://github.com/rafervi/web_template_Rust
[INFO] tweaked toml for git repo https://github.com/rafervi/web_template_Rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rafervi/web_template_Rust 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/rafervi/web_template_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" "+d8df82673d5911b6112a85bf91d9adefb2c66a1a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `web_template` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-1-tc1/source/target/.../web_template
[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 `web-template`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "web_template"
[INFO] [stderr] 22 + name = "web-template"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `web-template`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:23:19
[INFO] [stderr]    |
[INFO] [stderr] 23 ~ version = "0.1.0"
[INFO] [stderr] 24 + [[bin]]
[INFO] [stderr] 25 + name = "web-template"
[INFO] [stderr] 26 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `web_template` (manifest) generated 1 warning
[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
[ERROR] error running command: no output for 300 seconds


overridden task result to prepare-fail:timeout

Caused by:
    0: uncategorized prepare error
    1: no output for 300 seconds