[INFO] cloning repository https://github.com/psatomas/datetimes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/psatomas/datetimes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsatomas%2Fdatetimes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsatomas%2Fdatetimes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cdb9ddfe1e299564758095bb9b85c3f4e7b758c3
[INFO] checking psatomas/datetimes against ed77b7b8699e342c2dc842c83cb5fe4025252ee8 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpsatomas%2Fdatetimes" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/psatomas/datetimes
[INFO] finished tweaking git repo https://github.com/psatomas/datetimes
[INFO] tweaked toml for git repo https://github.com/psatomas/datetimes written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/psatomas/datetimes on toolchain ed77b7b8699e342c2dc842c83cb5fe4025252ee8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/psatomas/datetimes 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" "+ed77b7b8699e342c2dc842c83cb5fe4025252ee8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `adding_and_subtracting_time` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../adding_and_subtracting_time
[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 `adding-and-subtracting-time`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/adding_and_subtracting_time.rs
[INFO] [stderr] 1 + src/bin/adding-and-subtracting-time.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `coding_challenge` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../coding_challenge
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `coding-challenge`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/coding_challenge.rs
[INFO] [stderr] 1 + src/bin/coding-challenge.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `converting_timezones` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../converting_timezones
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `converting-timezones`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/converting_timezones.rs
[INFO] [stderr] 1 + src/bin/converting-timezones.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `the_datetime_struct` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../the_datetime_struct
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `the-datetime-struct`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/the_datetime_struct.rs
[INFO] [stderr] 1 + src/bin/the-datetime-struct.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `the_naive_date_struct` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../the_naive_date_struct
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `the-naive-date-struct`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/the_naive_date_struct.rs
[INFO] [stderr] 1 + src/bin/the-naive-date-struct.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `the_naive_time_and_naive_date_time_structs` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../the_naive_time_and_naive_date_time_structs
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `the-naive-time-and-naive-date-time-structs`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/the_naive_time_and_naive_date_time_structs.rs
[INFO] [stderr] 1 + src/bin/the-naive-time-and-naive-date-time-structs.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `the_parse_from_str_function` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../the_parse_from_str_function
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `the-parse-from-str-function`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/the_parse_from_str_function.rs
[INFO] [stderr] 1 + src/bin/the-parse-from-str-function.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: binary `the_time_delta_struct` should have a kebab-case name
[INFO] [stderr]   |
[INFO] [stderr] 1 | /workspace/builds/worker-6-tc1/source/target/.../the_time_delta_struct
[INFO] [stderr]   |                                                  ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr] help: to change the binary name to `the-time-delta-struct`, convert the file stem
[INFO] [stderr]   |
[INFO] [stderr] 1 - src/bin/the_time_delta_struct.rs
[INFO] [stderr] 1 + src/bin/the-time-delta-struct.rs
[INFO] [stderr]   |
[INFO] [stderr] warning: `datetimes` (manifest) generated 8 warnings
[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