[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 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  72% (1810/2495)
Updating files:  73% (1822/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:  78% (1964/2495)
Updating files:  79% (1972/2495)
Updating files:  80% (1996/2495)
Updating files:  80% (2015/2495)
Updating files:  80% (2018/2495)
Updating files:  81% (2021/2495)
Updating files:  82% (2046/2495)
Updating files:  82% (2050/2495)
Updating files:  83% (2071/2495)
Updating files:  84% (2096/2495)
Updating files:  85% (2121/2495)
Updating files:  86% (2146/2495)
Updating files:  87% (2171/2495)
Updating files:  88% (2196/2495)
Updating files:  88% (2214/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:  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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rafervi/web_template_Rust on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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-6-tc2/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]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking rafervi/web_template_Rust against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  72% (1810/2495)
Updating files:  73% (1822/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:  78% (1954/2495)
Updating files:  79% (1972/2495)
Updating files:  80% (1996/2495)
Updating files:  81% (2021/2495)
Updating files:  81% (2037/2495)
Updating files:  82% (2046/2495)
Updating files:  83% (2071/2495)
Updating files:  84% (2096/2495)
Updating files:  85% (2121/2495)
Updating files:  86% (2146/2495)
Updating files:  87% (2171/2495)
Updating files:  87% (2178/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:  99% (2471/2495)
Updating files:  99% (2494/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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rafervi/web_template_Rust on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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-6-tc2/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]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking rafervi/web_template_Rust against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  73% (1822/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% (2002/2495)
Updating files:  81% (2021/2495)
Updating files:  82% (2046/2495)
Updating files:  83% (2071/2495)
Updating files:  83% (2086/2495)
Updating files:  84% (2096/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:  93% (2337/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:  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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rafervi/web_template_Rust on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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-6-tc2/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device
[INFO] checking rafervi/web_template_Rust against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  72% (1816/2495)
Updating files:  73% (1822/2495)
Updating files:  74% (1847/2495)
Updating files:  75% (1872/2495)
Updating files:  76% (1897/2495)
Updating files:  77% (1922/2495)
Updating files:  77% (1944/2495)
Updating files:  78% (1947/2495)
Updating files:  79% (1972/2495)
Updating files:  80% (1996/2495)
Updating files:  81% (2021/2495)
Updating files:  82% (2046/2495)
Updating files:  82% (2050/2495)
Updating files:  83% (2071/2495)
Updating files:  84% (2096/2495)
Updating files:  85% (2121/2495)
Updating files:  86% (2146/2495)
Updating files:  87% (2171/2495)
Updating files:  88% (2196/2495)
Updating files:  88% (2214/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:  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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rafervi/web_template_Rust on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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-6-tc2/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
[ERROR] error running command: no output for 300 seconds
[INFO] checking rafervi/web_template_Rust against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frafervi%2Fweb_template_Rust" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/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% (2012/2495)
Updating files:  81% (2021/2495)
Updating files:  82% (2046/2495)
Updating files:  83% (2071/2495)
Updating files:  84% (2096/2495)
Updating files:  85% (2121/2495)
Updating files:  86% (2146/2495)
Updating files:  87% (2171/2495)
Updating files:  88% (2196/2495)
Updating files:  88% (2214/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:  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-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rafervi/web_template_Rust on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "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-6-tc2/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]     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