[INFO] cloning repository https://github.com/lethuzulu/rustchain
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lethuzulu/rustchain" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Frustchain", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Frustchain'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d72f26a1b443dc2084e19e8c62b7a108be6b7611
[INFO] checking lethuzulu/rustchain against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Frustchain" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] finished tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] tweaked toml for git repo https://github.com/lethuzulu/rustchain written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lethuzulu/rustchain on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lethuzulu/rustchain 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `create_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../create_validator_key
[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 `create-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "create_validator_key"
[INFO] [stderr] 2 + name = "create-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `debug_full_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_full_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-full-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "debug_full_genesis"
[INFO] [stderr] 14 + name = "debug-full-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "debug_genesis"
[INFO] [stderr] 10 + name = "debug-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis_parsing` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis_parsing
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis-parsing`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "debug_genesis_parsing"
[INFO] [stderr] 22 + name = "debug-genesis-parsing"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_toml` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_toml
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-toml`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "debug_toml"
[INFO] [stderr] 18 + name = "debug-toml"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../debug_validator_key
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `debug-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "debug_validator_key"
[INFO] [stderr] 6 + name = "debug-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: `rustchain` (manifest) generated 6 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking lethuzulu/rustchain against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Frustchain" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] finished tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] tweaked toml for git repo https://github.com/lethuzulu/rustchain written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lethuzulu/rustchain on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lethuzulu/rustchain 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `create_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../create_validator_key
[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 `create-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "create_validator_key"
[INFO] [stderr] 2 + name = "create-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `debug_full_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_full_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-full-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "debug_full_genesis"
[INFO] [stderr] 14 + name = "debug-full-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "debug_genesis"
[INFO] [stderr] 10 + name = "debug-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis_parsing` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis_parsing
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis-parsing`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "debug_genesis_parsing"
[INFO] [stderr] 22 + name = "debug-genesis-parsing"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_toml` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_toml
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-toml`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "debug_toml"
[INFO] [stderr] 18 + name = "debug-toml"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../debug_validator_key
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `debug-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "debug_validator_key"
[INFO] [stderr] 6 + name = "debug-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: `rustchain` (manifest) generated 6 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking lethuzulu/rustchain against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Frustchain" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] finished tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] tweaked toml for git repo https://github.com/lethuzulu/rustchain written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lethuzulu/rustchain on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lethuzulu/rustchain 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `create_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../create_validator_key
[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 `create-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "create_validator_key"
[INFO] [stderr] 2 + name = "create-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `debug_full_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_full_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-full-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "debug_full_genesis"
[INFO] [stderr] 14 + name = "debug-full-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "debug_genesis"
[INFO] [stderr] 10 + name = "debug-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis_parsing` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis_parsing
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis-parsing`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "debug_genesis_parsing"
[INFO] [stderr] 22 + name = "debug-genesis-parsing"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_toml` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_toml
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-toml`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "debug_toml"
[INFO] [stderr] 18 + name = "debug-toml"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../debug_validator_key
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `debug-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "debug_validator_key"
[INFO] [stderr] 6 + name = "debug-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: `rustchain` (manifest) generated 6 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 lethuzulu/rustchain against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Frustchain" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] finished tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] tweaked toml for git repo https://github.com/lethuzulu/rustchain written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lethuzulu/rustchain on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lethuzulu/rustchain 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `create_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../create_validator_key
[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 `create-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "create_validator_key"
[INFO] [stderr] 2 + name = "create-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `debug_full_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_full_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-full-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "debug_full_genesis"
[INFO] [stderr] 14 + name = "debug-full-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "debug_genesis"
[INFO] [stderr] 10 + name = "debug-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis_parsing` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis_parsing
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis-parsing`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "debug_genesis_parsing"
[INFO] [stderr] 22 + name = "debug-genesis-parsing"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_toml` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_toml
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-toml`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "debug_toml"
[INFO] [stderr] 18 + name = "debug-toml"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../debug_validator_key
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `debug-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "debug_validator_key"
[INFO] [stderr] 6 + name = "debug-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: `rustchain` (manifest) generated 6 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[ERROR] error running command: no output for 300 seconds
[INFO] checking lethuzulu/rustchain against 416264364aa47959f5827723e1d7dabc95d0744b for pr-162242
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flethuzulu%2Frustchain" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] finished tweaking git repo https://github.com/lethuzulu/rustchain
[INFO] tweaked toml for git repo https://github.com/lethuzulu/rustchain written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/lethuzulu/rustchain on toolchain 416264364aa47959f5827723e1d7dabc95d0744b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+416264364aa47959f5827723e1d7dabc95d0744b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/lethuzulu/rustchain 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" "+416264364aa47959f5827723e1d7dabc95d0744b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `create_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../create_validator_key
[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 `create-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:2:8
[INFO] [stderr]   |
[INFO] [stderr] 2 - name = "create_validator_key"
[INFO] [stderr] 2 + name = "create-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `debug_full_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_full_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-full-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:14:8
[INFO] [stderr]    |
[INFO] [stderr] 14 - name = "debug_full_genesis"
[INFO] [stderr] 14 + name = "debug-full-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:10:8
[INFO] [stderr]    |
[INFO] [stderr] 10 - name = "debug_genesis"
[INFO] [stderr] 10 + name = "debug-genesis"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_genesis_parsing` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_genesis_parsing
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-genesis-parsing`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:22:8
[INFO] [stderr]    |
[INFO] [stderr] 22 - name = "debug_genesis_parsing"
[INFO] [stderr] 22 + name = "debug-genesis-parsing"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_toml` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-2-tc2/source/target/.../debug_toml
[INFO] [stderr]    |                                                  ^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `debug-toml`, convert `bin.name`
[INFO] [stderr]   --> Cargo.toml:18:8
[INFO] [stderr]    |
[INFO] [stderr] 18 - name = "debug_toml"
[INFO] [stderr] 18 + name = "debug-toml"
[INFO] [stderr]    |
[INFO] [stderr] warning: binary `debug_validator_key` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-2-tc2/source/target/.../debug_validator_key
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `debug-validator-key`, convert `bin.name`
[INFO] [stderr]  --> Cargo.toml:6:8
[INFO] [stderr]   |
[INFO] [stderr] 6 - name = "debug_validator_key"
[INFO] [stderr] 6 + name = "debug-validator-key"
[INFO] [stderr]   |
[INFO] [stderr] warning: `rustchain` (manifest) generated 6 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