[INFO] cloning repository https://github.com/IhitplayzYT/LangCompose
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IhitplayzYT/LangCompose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FLangCompose", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FLangCompose'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dd8cabde4415e02ab952e17f309211c6d169284a
[INFO] checking IhitplayzYT/LangCompose against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FLangCompose" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  53% (2819/5221)
Updating files:  54% (2820/5221)
Updating files:  55% (2872/5221)
Updating files:  56% (2924/5221)
Updating files:  57% (2976/5221)
Updating files:  58% (3029/5221)
Updating files:  59% (3081/5221)
Updating files:  60% (3133/5221)
Updating files:  61% (3185/5221)
Updating files:  61% (3231/5221)
Updating files:  62% (3238/5221)
Updating files:  63% (3290/5221)
Updating files:  64% (3342/5221)
Updating files:  65% (3394/5221)
Updating files:  66% (3446/5221)
Updating files:  66% (3488/5221)
Updating files:  67% (3499/5221)
Updating files:  68% (3551/5221)
Updating files:  69% (3603/5221)
Updating files:  70% (3655/5221)
Updating files:  70% (3688/5221)
Updating files:  71% (3707/5221)
Updating files:  72% (3760/5221)
Updating files:  72% (3792/5221)
Updating files:  73% (3812/5221)
Updating files:  74% (3864/5221)
Updating files:  75% (3916/5221)
Updating files:  75% (3958/5221)
Updating files:  76% (3968/5221)
Updating files:  77% (4021/5221)
Updating files:  78% (4073/5221)
Updating files:  79% (4125/5221)
Updating files:  80% (4177/5221)
Updating files:  81% (4230/5221)
Updating files:  82% (4282/5221)
Updating files:  83% (4334/5221)
Updating files:  84% (4386/5221)
Updating files:  85% (4438/5221)
Updating files:  86% (4491/5221)
Updating files:  87% (4543/5221)
Updating files:  88% (4595/5221)
Updating files:  89% (4647/5221)
Updating files:  90% (4699/5221)
Updating files:  91% (4752/5221)
Updating files:  92% (4804/5221)
Updating files:  93% (4856/5221)
Updating files:  94% (4908/5221)
Updating files:  95% (4960/5221)
Updating files:  96% (5013/5221)
Updating files:  97% (5065/5221)
Updating files:  98% (5117/5221)
Updating files:  99% (5169/5221)
Updating files: 100% (5221/5221)
Updating files: 100% (5221/5221), done.
[INFO] started tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] finished tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] tweaked toml for git repo https://github.com/IhitplayzYT/LangCompose written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IhitplayzYT/LangCompose 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/IhitplayzYT/LangCompose 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: Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: binary `LangCompose` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../LangCompose
[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 `lang-compose`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "LangCompose"
[INFO] [stderr] 18 + name = "lang-compose"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `lang-compose`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 ~ version = "0.1.0"
[INFO] [stderr] 20 + [[bin]]
[INFO] [stderr] 21 + name = "lang-compose"
[INFO] [stderr] 22 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `LangCompose` (manifest) generated 2 warnings
[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
[INFO] checking IhitplayzYT/LangCompose against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FLangCompose" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  54% (2843/5221)
Updating files:  55% (2872/5221)
Updating files:  56% (2924/5221)
Updating files:  57% (2976/5221)
Updating files:  58% (3029/5221)
Updating files:  59% (3081/5221)
Updating files:  60% (3133/5221)
Updating files:  61% (3185/5221)
Updating files:  61% (3237/5221)
Updating files:  62% (3238/5221)
Updating files:  63% (3290/5221)
Updating files:  64% (3342/5221)
Updating files:  65% (3394/5221)
Updating files:  66% (3446/5221)
Updating files:  67% (3499/5221)
Updating files:  67% (3504/5221)
Updating files:  68% (3551/5221)
Updating files:  69% (3603/5221)
Updating files:  70% (3655/5221)
Updating files:  70% (3702/5221)
Updating files:  71% (3707/5221)
Updating files:  72% (3760/5221)
Updating files:  72% (3795/5221)
Updating files:  73% (3812/5221)
Updating files:  74% (3864/5221)
Updating files:  75% (3916/5221)
Updating files:  76% (3968/5221)
Updating files:  76% (3997/5221)
Updating files:  77% (4021/5221)
Updating files:  78% (4073/5221)
Updating files:  79% (4125/5221)
Updating files:  80% (4177/5221)
Updating files:  81% (4230/5221)
Updating files:  82% (4282/5221)
Updating files:  83% (4334/5221)
Updating files:  84% (4386/5221)
Updating files:  85% (4438/5221)
Updating files:  86% (4491/5221)
Updating files:  87% (4543/5221)
Updating files:  88% (4595/5221)
Updating files:  89% (4647/5221)
Updating files:  90% (4699/5221)
Updating files:  91% (4752/5221)
Updating files:  92% (4804/5221)
Updating files:  93% (4856/5221)
Updating files:  94% (4908/5221)
Updating files:  95% (4960/5221)
Updating files:  96% (5013/5221)
Updating files:  97% (5065/5221)
Updating files:  98% (5117/5221)
Updating files:  99% (5169/5221)
Updating files: 100% (5221/5221)
Updating files: 100% (5221/5221), done.
[INFO] started tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] finished tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] tweaked toml for git repo https://github.com/IhitplayzYT/LangCompose written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IhitplayzYT/LangCompose 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/IhitplayzYT/LangCompose 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: Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: binary `LangCompose` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../LangCompose
[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 `lang-compose`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "LangCompose"
[INFO] [stderr] 18 + name = "lang-compose"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `lang-compose`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 ~ version = "0.1.0"
[INFO] [stderr] 20 + [[bin]]
[INFO] [stderr] 21 + name = "lang-compose"
[INFO] [stderr] 22 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `LangCompose` (manifest) generated 2 warnings
[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
[INFO] checking IhitplayzYT/LangCompose against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FLangCompose" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  51% (2707/5221)
Updating files:  52% (2715/5221)
Updating files:  53% (2768/5221)
Updating files:  54% (2820/5221)
Updating files:  55% (2872/5221)
Updating files:  56% (2924/5221)
Updating files:  56% (2962/5221)
Updating files:  57% (2976/5221)
Updating files:  58% (3029/5221)
Updating files:  59% (3081/5221)
Updating files:  60% (3133/5221)
Updating files:  61% (3185/5221)
Updating files:  61% (3232/5221)
Updating files:  62% (3238/5221)
Updating files:  63% (3290/5221)
Updating files:  64% (3342/5221)
Updating files:  65% (3394/5221)
Updating files:  66% (3446/5221)
Updating files:  66% (3470/5221)
Updating files:  67% (3499/5221)
Updating files:  68% (3551/5221)
Updating files:  69% (3603/5221)
Updating files:  70% (3655/5221)
Updating files:  70% (3685/5221)
Updating files:  71% (3707/5221)
Updating files:  72% (3760/5221)
Updating files:  72% (3790/5221)
Updating files:  73% (3812/5221)
Updating files:  74% (3864/5221)
Updating files:  75% (3916/5221)
Updating files:  75% (3930/5221)
Updating files:  76% (3968/5221)
Updating files:  77% (4021/5221)
Updating files:  78% (4073/5221)
Updating files:  79% (4125/5221)
Updating files:  80% (4177/5221)
Updating files:  81% (4230/5221)
Updating files:  82% (4282/5221)
Updating files:  83% (4334/5221)
Updating files:  84% (4386/5221)
Updating files:  85% (4438/5221)
Updating files:  86% (4491/5221)
Updating files:  87% (4543/5221)
Updating files:  88% (4595/5221)
Updating files:  89% (4647/5221)
Updating files:  90% (4699/5221)
Updating files:  91% (4752/5221)
Updating files:  92% (4804/5221)
Updating files:  93% (4856/5221)
Updating files:  94% (4908/5221)
Updating files:  95% (4960/5221)
Updating files:  96% (5013/5221)
Updating files:  97% (5065/5221)
Updating files:  98% (5117/5221)
Updating files:  99% (5169/5221)
Updating files: 100% (5221/5221)
Updating files: 100% (5221/5221), done.
[INFO] started tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] finished tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] tweaked toml for git repo https://github.com/IhitplayzYT/LangCompose written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IhitplayzYT/LangCompose 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/IhitplayzYT/LangCompose 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: Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: binary `LangCompose` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../LangCompose
[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 `lang-compose`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "LangCompose"
[INFO] [stderr] 18 + name = "lang-compose"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `lang-compose`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 ~ version = "0.1.0"
[INFO] [stderr] 20 + [[bin]]
[INFO] [stderr] 21 + name = "lang-compose"
[INFO] [stderr] 22 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `LangCompose` (manifest) generated 2 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking IhitplayzYT/LangCompose against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FLangCompose" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  54% (2845/5221)
Updating files:  55% (2872/5221)
Updating files:  56% (2924/5221)
Updating files:  57% (2976/5221)
Updating files:  58% (3029/5221)
Updating files:  59% (3081/5221)
Updating files:  60% (3133/5221)
Updating files:  61% (3185/5221)
Updating files:  61% (3236/5221)
Updating files:  62% (3238/5221)
Updating files:  63% (3290/5221)
Updating files:  64% (3342/5221)
Updating files:  65% (3394/5221)
Updating files:  66% (3446/5221)
Updating files:  66% (3498/5221)
Updating files:  67% (3499/5221)
Updating files:  68% (3551/5221)
Updating files:  69% (3603/5221)
Updating files:  70% (3655/5221)
Updating files:  70% (3696/5221)
Updating files:  71% (3707/5221)
Updating files:  72% (3760/5221)
Updating files:  72% (3762/5221)
Updating files:  73% (3812/5221)
Updating files:  73% (3832/5221)
Updating files:  74% (3864/5221)
Updating files:  75% (3916/5221)
Updating files:  76% (3968/5221)
Updating files:  77% (4021/5221)
Updating files:  78% (4073/5221)
Updating files:  78% (4083/5221)
Updating files:  79% (4125/5221)
Updating files:  80% (4177/5221)
Updating files:  81% (4230/5221)
Updating files:  82% (4282/5221)
Updating files:  83% (4334/5221)
Updating files:  84% (4386/5221)
Updating files:  85% (4438/5221)
Updating files:  86% (4491/5221)
Updating files:  87% (4543/5221)
Updating files:  88% (4595/5221)
Updating files:  89% (4647/5221)
Updating files:  90% (4699/5221)
Updating files:  91% (4752/5221)
Updating files:  92% (4804/5221)
Updating files:  93% (4856/5221)
Updating files:  94% (4908/5221)
Updating files:  95% (4960/5221)
Updating files:  96% (5013/5221)
Updating files:  97% (5065/5221)
Updating files:  98% (5117/5221)
Updating files:  99% (5169/5221)
Updating files: 100% (5221/5221)
Updating files: 100% (5221/5221), done.
[INFO] started tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] finished tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] tweaked toml for git repo https://github.com/IhitplayzYT/LangCompose written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IhitplayzYT/LangCompose 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/IhitplayzYT/LangCompose 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: Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: binary `LangCompose` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../LangCompose
[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 `lang-compose`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "LangCompose"
[INFO] [stderr] 18 + name = "lang-compose"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `lang-compose`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 ~ version = "0.1.0"
[INFO] [stderr] 20 + [[bin]]
[INFO] [stderr] 21 + name = "lang-compose"
[INFO] [stderr] 22 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `LangCompose` (manifest) generated 2 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking IhitplayzYT/LangCompose against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIhitplayzYT%2FLangCompose" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  54% (2852/5221)
Updating files:  55% (2872/5221)
Updating files:  56% (2924/5221)
Updating files:  57% (2976/5221)
Updating files:  58% (3029/5221)
Updating files:  59% (3081/5221)
Updating files:  60% (3133/5221)
Updating files:  61% (3185/5221)
Updating files:  62% (3238/5221)
Updating files:  62% (3240/5221)
Updating files:  63% (3290/5221)
Updating files:  64% (3342/5221)
Updating files:  65% (3394/5221)
Updating files:  66% (3446/5221)
Updating files:  67% (3499/5221)
Updating files:  67% (3511/5221)
Updating files:  68% (3551/5221)
Updating files:  69% (3603/5221)
Updating files:  70% (3655/5221)
Updating files:  70% (3706/5221)
Updating files:  71% (3707/5221)
Updating files:  72% (3760/5221)
Updating files:  73% (3812/5221)
Updating files:  73% (3825/5221)
Updating files:  74% (3864/5221)
Updating files:  75% (3916/5221)
Updating files:  76% (3968/5221)
Updating files:  77% (4021/5221)
Updating files:  77% (4071/5221)
Updating files:  78% (4073/5221)
Updating files:  79% (4125/5221)
Updating files:  80% (4177/5221)
Updating files:  81% (4230/5221)
Updating files:  82% (4282/5221)
Updating files:  83% (4334/5221)
Updating files:  84% (4386/5221)
Updating files:  85% (4438/5221)
Updating files:  86% (4491/5221)
Updating files:  87% (4543/5221)
Updating files:  88% (4595/5221)
Updating files:  89% (4647/5221)
Updating files:  90% (4699/5221)
Updating files:  91% (4752/5221)
Updating files:  92% (4804/5221)
Updating files:  93% (4856/5221)
Updating files:  94% (4908/5221)
Updating files:  95% (4960/5221)
Updating files:  96% (5013/5221)
Updating files:  97% (5065/5221)
Updating files:  98% (5117/5221)
Updating files:  99% (5169/5221)
Updating files: 100% (5221/5221)
Updating files: 100% (5221/5221), done.
[INFO] started tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] finished tweaking git repo https://github.com/IhitplayzYT/LangCompose
[INFO] tweaked toml for git repo https://github.com/IhitplayzYT/LangCompose written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IhitplayzYT/LangCompose 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/IhitplayzYT/LangCompose 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: Cargo.toml: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr] warning: binary `LangCompose` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-3-tc2/source/target/.../LangCompose
[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 `lang-compose`, convert `package.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "LangCompose"
[INFO] [stderr] 18 + name = "lang-compose"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `lang-compose`, specify `bin.name`
[INFO] [stderr]   --> Cargo.toml:19:19
[INFO] [stderr]    |
[INFO] [stderr] 19 ~ version = "0.1.0"
[INFO] [stderr] 20 + [[bin]]
[INFO] [stderr] 21 + name = "lang-compose"
[INFO] [stderr] 22 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `LangCompose` (manifest) generated 2 warnings
[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