[INFO] cloning repository https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pulsechain-mirrors/lighthouse-pulse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulsechain-mirrors%2Flighthouse-pulse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulsechain-mirrors%2Flighthouse-pulse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c62db09e32845c0ab5627a73a593c1153fa26d0d
[INFO] checking pulsechain-mirrors/lighthouse-pulse against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulsechain-mirrors%2Flighthouse-pulse" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] finished tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] tweaked toml for git repo https://github.com/pulsechain-mirrors/lighthouse-pulse written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pulsechain-mirrors/lighthouse-pulse 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/pulsechain-mirrors/lighthouse-pulse 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 `test_generator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../test_generator
[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 `test-generator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/test_generator.rs
[INFO] [stderr] 1 + src/bin/test-generator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `slashing_protection` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `state_transition_vectors` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../state_transition_vectors
[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 `state-transition-vectors`, convert `package.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "state_transition_vectors"
[INFO] [stderr]  2 + name = "state-transition-vectors"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `state-transition-vectors`, specify `bin.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:18:38
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ portable = ["beacon_chain/portable"]
[INFO] [stderr] 19 + [[bin]]
[INFO] [stderr] 20 + name = "state-transition-vectors"
[INFO] [stderr] 21 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `state_transition_vectors` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `proto_array` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../proto_array
[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 `proto-array`, convert `bin.name`
[INFO] [stderr]  --> consensus/proto_array/Cargo.toml:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 - name = "proto_array"
[INFO] [stderr] 8 + name = "proto-array"
[INFO] [stderr]   |
[INFO] [stderr] warning: `proto_array` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `execution_engine_integration` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../execution_engine_integration
[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 `execution-engine-integration`, convert `package.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "execution_engine_integration"
[INFO] [stderr]  2 + name = "execution-engine-integration"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `execution-engine-integration`, specify `bin.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:27:31
[INFO] [stderr]    |
[INFO] [stderr] 27 ~ portable = ["types/portable"]
[INFO] [stderr] 28 + [[bin]]
[INFO] [stderr] 29 + name = "execution-engine-integration"
[INFO] [stderr] 30 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `execution_engine_integration` (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 pulsechain-mirrors/lighthouse-pulse against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulsechain-mirrors%2Flighthouse-pulse" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] finished tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] tweaked toml for git repo https://github.com/pulsechain-mirrors/lighthouse-pulse written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pulsechain-mirrors/lighthouse-pulse 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/pulsechain-mirrors/lighthouse-pulse 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 `test_generator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../test_generator
[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 `test-generator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/test_generator.rs
[INFO] [stderr] 1 + src/bin/test-generator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `slashing_protection` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `state_transition_vectors` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../state_transition_vectors
[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 `state-transition-vectors`, convert `package.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "state_transition_vectors"
[INFO] [stderr]  2 + name = "state-transition-vectors"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `state-transition-vectors`, specify `bin.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:18:38
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ portable = ["beacon_chain/portable"]
[INFO] [stderr] 19 + [[bin]]
[INFO] [stderr] 20 + name = "state-transition-vectors"
[INFO] [stderr] 21 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `state_transition_vectors` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `proto_array` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../proto_array
[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 `proto-array`, convert `bin.name`
[INFO] [stderr]  --> consensus/proto_array/Cargo.toml:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 - name = "proto_array"
[INFO] [stderr] 8 + name = "proto-array"
[INFO] [stderr]   |
[INFO] [stderr] warning: `proto_array` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `execution_engine_integration` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../execution_engine_integration
[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 `execution-engine-integration`, convert `package.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "execution_engine_integration"
[INFO] [stderr]  2 + name = "execution-engine-integration"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `execution-engine-integration`, specify `bin.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:27:31
[INFO] [stderr]    |
[INFO] [stderr] 27 ~ portable = ["types/portable"]
[INFO] [stderr] 28 + [[bin]]
[INFO] [stderr] 29 + name = "execution-engine-integration"
[INFO] [stderr] 30 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `execution_engine_integration` (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
[INFO] checking pulsechain-mirrors/lighthouse-pulse against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulsechain-mirrors%2Flighthouse-pulse" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] finished tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] tweaked toml for git repo https://github.com/pulsechain-mirrors/lighthouse-pulse written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pulsechain-mirrors/lighthouse-pulse 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/pulsechain-mirrors/lighthouse-pulse 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 `test_generator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../test_generator
[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 `test-generator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/test_generator.rs
[INFO] [stderr] 1 + src/bin/test-generator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `slashing_protection` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `state_transition_vectors` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../state_transition_vectors
[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 `state-transition-vectors`, convert `package.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "state_transition_vectors"
[INFO] [stderr]  2 + name = "state-transition-vectors"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `state-transition-vectors`, specify `bin.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:18:38
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ portable = ["beacon_chain/portable"]
[INFO] [stderr] 19 + [[bin]]
[INFO] [stderr] 20 + name = "state-transition-vectors"
[INFO] [stderr] 21 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `state_transition_vectors` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `proto_array` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../proto_array
[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 `proto-array`, convert `bin.name`
[INFO] [stderr]  --> consensus/proto_array/Cargo.toml:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 - name = "proto_array"
[INFO] [stderr] 8 + name = "proto-array"
[INFO] [stderr]   |
[INFO] [stderr] warning: `proto_array` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `execution_engine_integration` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../execution_engine_integration
[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 `execution-engine-integration`, convert `package.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "execution_engine_integration"
[INFO] [stderr]  2 + name = "execution-engine-integration"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `execution-engine-integration`, specify `bin.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:27:31
[INFO] [stderr]    |
[INFO] [stderr] 27 ~ portable = ["types/portable"]
[INFO] [stderr] 28 + [[bin]]
[INFO] [stderr] 29 + name = "execution-engine-integration"
[INFO] [stderr] 30 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `execution_engine_integration` (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
[INFO] checking pulsechain-mirrors/lighthouse-pulse against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulsechain-mirrors%2Flighthouse-pulse" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] finished tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] tweaked toml for git repo https://github.com/pulsechain-mirrors/lighthouse-pulse written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pulsechain-mirrors/lighthouse-pulse 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/pulsechain-mirrors/lighthouse-pulse 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 `test_generator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../test_generator
[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 `test-generator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/test_generator.rs
[INFO] [stderr] 1 + src/bin/test-generator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `slashing_protection` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `state_transition_vectors` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../state_transition_vectors
[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 `state-transition-vectors`, convert `package.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "state_transition_vectors"
[INFO] [stderr]  2 + name = "state-transition-vectors"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `state-transition-vectors`, specify `bin.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:18:38
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ portable = ["beacon_chain/portable"]
[INFO] [stderr] 19 + [[bin]]
[INFO] [stderr] 20 + name = "state-transition-vectors"
[INFO] [stderr] 21 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `state_transition_vectors` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `proto_array` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../proto_array
[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 `proto-array`, convert `bin.name`
[INFO] [stderr]  --> consensus/proto_array/Cargo.toml:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 - name = "proto_array"
[INFO] [stderr] 8 + name = "proto-array"
[INFO] [stderr]   |
[INFO] [stderr] warning: `proto_array` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `execution_engine_integration` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../execution_engine_integration
[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 `execution-engine-integration`, convert `package.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "execution_engine_integration"
[INFO] [stderr]  2 + name = "execution-engine-integration"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `execution-engine-integration`, specify `bin.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:27:31
[INFO] [stderr]    |
[INFO] [stderr] 27 ~ portable = ["types/portable"]
[INFO] [stderr] 28 + [[bin]]
[INFO] [stderr] 29 + name = "execution-engine-integration"
[INFO] [stderr] 30 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `execution_engine_integration` (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
[INFO] checking pulsechain-mirrors/lighthouse-pulse against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpulsechain-mirrors%2Flighthouse-pulse" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] finished tweaking git repo https://github.com/pulsechain-mirrors/lighthouse-pulse
[INFO] tweaked toml for git repo https://github.com/pulsechain-mirrors/lighthouse-pulse written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pulsechain-mirrors/lighthouse-pulse 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/pulsechain-mirrors/lighthouse-pulse 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 `test_generator` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../test_generator
[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 `test-generator`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/test_generator.rs
[INFO] [stderr] 1 + src/bin/test-generator.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `slashing_protection` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `state_transition_vectors` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../state_transition_vectors
[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 `state-transition-vectors`, convert `package.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "state_transition_vectors"
[INFO] [stderr]  2 + name = "state-transition-vectors"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `state-transition-vectors`, specify `bin.name`
[INFO] [stderr]   --> testing/state_transition_vectors/Cargo.toml:18:38
[INFO] [stderr]    |
[INFO] [stderr] 18 ~ portable = ["beacon_chain/portable"]
[INFO] [stderr] 19 + [[bin]]
[INFO] [stderr] 20 + name = "state-transition-vectors"
[INFO] [stderr] 21 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `state_transition_vectors` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `proto_array` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-0-tc2/source/target/.../proto_array
[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 `proto-array`, convert `bin.name`
[INFO] [stderr]  --> consensus/proto_array/Cargo.toml:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 - name = "proto_array"
[INFO] [stderr] 8 + name = "proto-array"
[INFO] [stderr]   |
[INFO] [stderr] warning: `proto_array` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `execution_engine_integration` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-0-tc2/source/target/.../execution_engine_integration
[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 `execution-engine-integration`, convert `package.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "execution_engine_integration"
[INFO] [stderr]  2 + name = "execution-engine-integration"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `execution-engine-integration`, specify `bin.name`
[INFO] [stderr]   --> testing/execution_engine_integration/Cargo.toml:27:31
[INFO] [stderr]    |
[INFO] [stderr] 27 ~ portable = ["types/portable"]
[INFO] [stderr] 28 + [[bin]]
[INFO] [stderr] 29 + name = "execution-engine-integration"
[INFO] [stderr] 30 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `execution_engine_integration` (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